src.nth.io/

summaryrefslogtreecommitdiff
path: root/minecraft/aws-s3-backup/templates/[email protected]
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2021-07-03 13:23:46 -0500
committerLuke Hoersten <[email protected]>2021-07-03 13:23:46 -0500
commite4482f91ed5ddbaa350c59858e082235720abacc (patch)
tree59e70099ca9f46fe4955e5dd4591ffb4bd356fa7 /minecraft/aws-s3-backup/templates/[email protected]
parenta9ae275d8aba40baea6156f073314de70dd49ce3 (diff)
Added minecraft backup.
Diffstat (limited to 'minecraft/aws-s3-backup/templates/[email protected]')
-rw-r--r--minecraft/aws-s3-backup/templates/[email protected]9
1 files changed, 9 insertions, 0 deletions
diff --git a/minecraft/aws-s3-backup/templates/[email protected] b/minecraft/aws-s3-backup/templates/[email protected]
new file mode 100644
index 0000000..84bfdb7
--- /dev/null
+++ b/minecraft/aws-s3-backup/templates/[email protected]
@@ -0,0 +1,9 @@
+[Unit]
+Description=Minecraft s3 backup for "%I"
+
+[Service]
+Type=oneshot
+ExecStart=/usr/local/bin/minecraft-s3-backup.sh %i "{{minecraft_s3_backup_dir}}"
+
+[Install]
+WantedBy=aws-s3-backup.target