aboutsummaryrefslogtreecommitdiffhomepage
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 0 insertions, 4 deletions
diff --git a/main.go b/main.go
index e3914356..65c5a819 100644
--- a/main.go
+++ b/main.go
@@ -277,10 +277,6 @@ func main() {
}
func runApp(config *fst.Config) {
- if os.SdBooted() {
- fmsg.VPrintln("system booted with systemd as init system")
- }
-
a, err := app.New(os)
if err != nil {
fmsg.Fatalf("cannot create app: %s\n", err)