src.nth.io/

summaryrefslogtreecommitdiff
path: root/pleroma/aws-s3-backup/files/[email protected]
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2020-07-01 12:16:48 -0500
committerLuke Hoersten <[email protected]>2020-07-01 12:16:48 -0500
commitd5a690b1e03a998510d48d2f39d1a224c64d82ff (patch)
tree8c0f8cab0b66b2dbced1945799bb11b8cf5901af /pleroma/aws-s3-backup/files/[email protected]
parent3d9e1d8d39686d3ccffb90ff52bcda399e68bc7c (diff)
Split out aws s3 and otp roles.
Diffstat (limited to 'pleroma/aws-s3-backup/files/[email protected]')
-rw-r--r--pleroma/aws-s3-backup/files/[email protected]9
1 files changed, 9 insertions, 0 deletions
diff --git a/pleroma/aws-s3-backup/files/[email protected] b/pleroma/aws-s3-backup/files/[email protected]
new file mode 100644
index 0000000..a64cae3
--- /dev/null
+++ b/pleroma/aws-s3-backup/files/[email protected]
@@ -0,0 +1,9 @@
+[Unit]
+Description=Pleroma s3 backup for instance "%I"
+
+[Service]
+Type=oneshot
+ExecStart=/usr/local/bin/pleroma-s3-backup.sh %i
+
+[Install]
+WantedBy=aws-s3-backup.target