simple systemctl service script

This commit is contained in:
Specoolazius 2022-04-02 21:01:30 +02:00
parent e8c6125dce
commit 547a4bfed6

12
mc-status-bot.service Normal file
View File

@ -0,0 +1,12 @@
# 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