mirror of
https://gitea.phreedom.club/localhost_frssoft/mastodon-group-bot
synced 2024-11-14 06:33:18 +00:00
13 lines
262 B
SYSTEMD
13 lines
262 B
SYSTEMD
|
[Unit]
|
||
|
Description=Mastodon group bot which reposts toots
|
||
|
After=network-online.target
|
||
|
Wants=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=nobody
|
||
|
ExecStart=/usr/bin/mastodon-group-bot -config /etc/mastodon-group-bot.json
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|