04f376ccc9
Fix faulty systemd unit files with wrong use of environment variables.
14 lines
239 B
Desktop File
14 lines
239 B
Desktop File
[Unit]
|
|
Description=Minecraft Server World Backup
|
|
After=local-fs.target
|
|
|
|
[Service]
|
|
Type=forking
|
|
EnvironmentFile=/etc/conf.d/minecraft
|
|
ExecStart=/usr/bin/minecraftd backup
|
|
USER=minecraft
|
|
GROUP=minecraft
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|