aboutsummarylogtreecommitdiffstats
path: root/minecraftd-backup.service
diff options
context:
space:
mode:
authorGordian Edenhofer2015-09-20 23:23:34 +0200
committerGordian Edenhofer2015-09-20 23:23:34 +0200
commitd897c06c8606636185dc36099a59a9fb00140ec3 (patch)
tree75874fe273afc6456857c20973d35ad7235d58c1 /minecraftd-backup.service
parentf2bd9cf1fca19865f0ddc44e8ee235d7291076ed (diff)
downloadaur-d897c06c8606636185dc36099a59a9fb00140ec3.tar.gz
Rewriting package + Updating pkgrel
Diffstat (limited to 'minecraftd-backup.service')
-rw-r--r--minecraftd-backup.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/minecraftd-backup.service b/minecraftd-backup.service
new file mode 100644
index 000000000000..ff2085e78543
--- /dev/null
+++ b/minecraftd-backup.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Minecraft Server World Backup
+After=local-fs.target
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/minecraftd backup
+
+[Install]
+WantedBy=multi-user.target