12 lines
247 B
Desktop File
12 lines
247 B
Desktop File
[Unit]
|
|
Description=the telegram bot for minecraft
|
|
After=network.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Restart=always
|
|
Type=simple
|
|
ExecStart=/usr/local/craft-bot/craft-bot -c /etc/craft-bot/craft-bot.cfg
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |