mirror of
https://git.phreedom.club/localhost_frssoft/mastodon-group-bot.git
synced 2024-11-18 08:33:02 +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
|