2 changed files with 18 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||
[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 |
Loading…
Reference in new issue