mastodon-group-bot/services/systemd/mastodon-group-bot.service
2022-08-25 19:34:01 -04:00

13 lines
262 B
Desktop File

[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