Commit 80fd53ef authored by Seblu's avatar Seblu
Browse files

No need to keep the service active

There is currently no state in bootmail script which require to have the service
marked as running in systemd.
parent 06fba921
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -4,7 +4,6 @@ After=network.target

[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=@bindir@/mailboot -s

[Install]