diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-12-19 11:14:31 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-12-19 11:14:31 +0900 |
| commit | 5d25bee7869e5ecec20e9bddc9f27d9b4a0b0988 (patch) | |
| tree | c0d7ef24693531592b56e10515a45e104d345a48 /main.go | |
| parent | b48ece3bb0ac347a456e23851ba5505786891d8b (diff) | |
fortify: remove systemd check
This is no longer necessary as fortify no longer integrates with external user switchers.
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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) |
