mirror of
https://git.ondrovo.com/MightyPork/group-actor.git
synced 2024-11-15 20:51:07 +00:00
14 lines
257 B
Desktop File
14 lines
257 B
Desktop File
[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
|