mcserver-discordbot/mc-status-bot.service

12 lines
230 B
SYSTEMD
Raw Normal View History

2022-04-02 21:01:30 +02:00
# paste this file to /usr/lib/systemd/system/mc-status-bot.service
[Unit]
Description=Minecraft Status Bot
Requires=network.target
[Service]
Type=idle
ExecStart=~/mcserver-discordbot/bot/run.sh
[Install]
WantedBy=default.target