12 lines
199 B
Desktop File
12 lines
199 B
Desktop File
[Unit]
|
|
Description=Launch minecraft server
|
|
After=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/home/ubuntu/control/ensure_running.sh
|
|
|
|
[Install]
|
|
WantedBy=default.target
|