Mirror von
https://github.com/tkuschel/bees.git
synchronisiert 2026-06-19 06:57:54 +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>
Dieser Commit ist enthalten in:
@@ -5,7 +5,7 @@ After=sysinit.target
|
|||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=@PREFIX@/sbin/beesd %i
|
ExecStart=@PREFIX@/sbin/beesd --no-timestamps %i
|
||||||
Nice=19
|
Nice=19
|
||||||
KillMode=control-group
|
KillMode=control-group
|
||||||
KillSignal=SIGTERM
|
KillSignal=SIGTERM
|
||||||
|
|||||||
In neuem Issue referenzieren
Einen Benutzer sperren