mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
15 lines
250 B
Desktop File
15 lines
250 B
Desktop File
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Unit]
|
|
Description=Minecraft Game Server
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/var/lib/minecraft/paper/start.sh
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
User=minecraft
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|