mirror of
https://github.com/Zygo/bees.git
synced 2025-05-17 21:35:45 +02:00
Scripts: Don't prefix timestamps when running with systemd
Since systemd prefix it's own timestamps, we can unconditionally remove timestamps when bees is executed by systemd. Signed-off-by: Kai Krakow <kai@kaishome.de>
This commit is contained in:
parent
4417b18d9e
commit
83e8f87dc9
@ -5,7 +5,7 @@ After=sysinit.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=@PREFIX@/sbin/beesd %i
|
||||
ExecStart=@PREFIX@/sbin/beesd --no-timestamps %i
|
||||
Nice=19
|
||||
KillMode=control-group
|
||||
KillSignal=SIGTERM
|
||||
|
Loading…
x
Reference in New Issue
Block a user