diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ func main() { flag.Parse() fmsg.SetVerbose(flagVerbose) - if internal.SdBootedV { + if os.SdBooted() { fmsg.VPrintln("system booted with systemd as init system") } |
