diff --git a/mc-status-bot.service b/mc-status-bot.service new file mode 100644 index 0000000..434978d --- /dev/null +++ b/mc-status-bot.service @@ -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 \ No newline at end of file