From 5d25bee7869e5ecec20e9bddc9f27d9b4a0b0988 Mon Sep 17 00:00:00 2001 From: Ophestra Umiker Date: Thu, 19 Dec 2024 11:14:31 +0900 Subject: fortify: remove systemd check This is no longer necessary as fortify no longer integrates with external user switchers. Signed-off-by: Ophestra Umiker --- main.go | 4 ---- 1 file changed, 4 deletions(-) (limited to 'main.go') 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) -- cgit v1.3.1