2021-11-29 03:45:30 -06:00
|
|
|
[Unit]
|
|
|
|
Description=AniNIX/ravensend Daemon
|
2024-04-08 00:03:30 -05:00
|
|
|
After=network.target raven.service
|
2021-11-29 03:45:30 -06:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
ExecStart=/usr/local/bin/ravensend-daemon
|
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
KillMode=process
|
|
|
|
Restart=always
|
|
|
|
User=raven
|
|
|
|
Group=raven
|
|
|
|
WorkingDirectory=/usr/local/etc/
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|