summarylogtreecommitdiffstats
path: root/forged-backup.service
blob: d4bc5a9f0fc557e923f4811cee45c8f46c34c51b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Minecraft Forge Server World Backup
After=local-fs.target

[Service]
Type=forking
ExecStart=/usr/bin/forged backup
User=forge
Group=forge

[Install]
WantedBy=multi-user.target