10 lines
156 B
Desktop File
10 lines
156 B
Desktop File
[Unit]
|
|
Description=Launch minecraft server
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/home/ubuntu/minecraft/ensure_running.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|