src.nth.io/

summaryrefslogtreecommitdiff
path: root/git/aws-s3-backup/templates
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-04-05 15:50:31 -0500
committerLuke Hoersten <[email protected]>2026-04-05 15:50:31 -0500
commite925453eab7024b5f169bbeef6a281c9952b1d30 (patch)
treeaf53745934dd462930c33a0f38530752d8e1c4fc /git/aws-s3-backup/templates
parent55e55db9154e80aec134eef17d9d883d0213d4c4 (diff)
Add git/aws-s3-backup and git/web (cgit) roles
Diffstat (limited to 'git/aws-s3-backup/templates')
-rw-r--r--git/aws-s3-backup/templates/[email protected]9
1 files changed, 9 insertions, 0 deletions
diff --git a/git/aws-s3-backup/templates/[email protected] b/git/aws-s3-backup/templates/[email protected]
new file mode 100644
index 0000000..0d94943
--- /dev/null
+++ b/git/aws-s3-backup/templates/[email protected]
@@ -0,0 +1,9 @@
+[Unit]
+Description=Git s3 backup for "%I"
+
+[Service]
+Type=oneshot
+ExecStart=/usr/local/bin/git-s3-backup.sh %i "{{git_s3_backup_dir}}"
+
+[Install]
+WantedBy=aws-s3-backup.target