linuxShortcuts/Services/minecraft-stop.service

12 lines
219 B
Desktop File
Executable File

[Unit]
Description=Properly shutdown Minecraft before PC shutdown
[Service]
Type=oneshot
RemainAfterExit=true
User=bruno
ExecStop=/bin/sh /home/bruno/Apps/Minecraft/stopServers.sh
[Install]
WantedBy=multi-user.target