blob: 0582dc8dd6d20b07cedcc0af651627acc354538b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Waterfall Server (%I) World Backup
After=local-fs.target
[Service]
Type=oneshot
ExecStart=/usr/bin/waterfall %I backup
User=waterfall
Group=waterfall
[Install]
WantedBy=multi-user.target
|