mcserver-discordbot/mc-status-bot.service

12 lines
234 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
2022-04-02 22:09:03 +02:00
ExecStart=/root/mcserver-discordbot/bot/run.sh
2022-04-02 21:01:30 +02:00
[Install]
WantedBy=default.target