11 lines
170 B
SYSTEMD
11 lines
170 B
SYSTEMD
|
[Unit]
|
||
|
Description=Minecraft Server World Backup
|
||
|
After=local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
Type=forking
|
||
|
ExecStart=/usr/bin/minecraftd backup
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|