495689d898
Fix wrong netcat invocation. Fix faulty systemd unit files with variables in capital letters.
13 lines
201 B
Desktop File
13 lines
201 B
Desktop File
[Unit]
|
|
Description=Minecraft Server World Backup
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
ExecStart=/usr/bin/minecraftd backup
|
|
User=minecraft
|
|
Group=minecraft
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|