mirror of
https://git.ondrovo.com/MightyPork/group-actor.git
synced 2024-11-15 20:51:07 +00:00
15 lines
257 B
SYSTEMD
15 lines
257 B
SYSTEMD
|
[Unit]
|
||
|
Description=fedigroups daemon
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=bot
|
||
|
SyslogIdentifier=fedigroups
|
||
|
WorkingDirectory=/srv/bots/fedigroups/
|
||
|
ExecStart=/srv/bots/fedigroups/fedigroups -v
|
||
|
Restart=always
|
||
|
RestartSec=15
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|