mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-07 13:44:38 +02:00
Closes: https://bugs.gentoo.org/628604 Closes: https://bugs.gentoo.org/520610 Signed-off-by: Sam James <sam@gentoo.org>
14 lines
277 B
Desktop File
14 lines
277 B
Desktop File
[Unit]
|
|
Description=Sagan daemon
|
|
Documentation=https://sagan.readthedocs.io/
|
|
Before=rsyslog.service syslog-ng.service
|
|
|
|
[Service]
|
|
User=sagan
|
|
Group=sagan
|
|
ExecStart=/usr/bin/sagan $OPTIONS
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|