summarylogtreecommitdiffstats
path: root/forged-backup.service
diff options
context:
space:
mode:
authorBuildTools2020-07-21 18:49:31 +1200
committerBuildTools2020-07-21 18:49:31 +1200
commitb5e4f8f4064e731ca18e31c7dea157120d31f3eb (patch)
treef3a85f164271b5a4be30e9dcc94c8155654814bc /forged-backup.service
downloadaur-b5e4f8f4064e731ca18e31c7dea157120d31f3eb.tar.gz
Added Forge-unstable
Diffstat (limited to 'forged-backup.service')
-rw-r--r--forged-backup.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/forged-backup.service b/forged-backup.service
new file mode 100644
index 000000000000..b7b5dc9523e0
--- /dev/null
+++ b/forged-backup.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Minecraft Forge Server World Backup
+After=local-fs.target
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/forged backup
+User=forge-unstable
+Group=forge-unstable
+
+[Install]
+WantedBy=multi-user.target