summarylogtreecommitdiffstats
path: root/forged-backup.service
blob: c0da25834ae4112f678c900575999006bef1db54 (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=oneshot
ExecStart=/usr/bin/forged backup
User=forge
Group=forge

[Install]
WantedBy=multi-user.target