mirror of
https://github.com/Specoolazius/mcserver-discordbot.git
synced 2024-11-25 00:09:41 +01:00
12 lines
230 B
Desktop File
12 lines
230 B
Desktop File
# 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 |