diff options
| author | Luke Hoersten <[email protected]> | 2021-07-18 17:43:46 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2021-07-18 17:43:46 -0500 |
| commit | 9bb76f57d55ca5a9e502a34e504a21904d4157a1 (patch) | |
| tree | 903c0e279b0e7d4a546847bf0dcbf82ddca1409b /dendrite/aws-s3-backup/templates | |
| parent | 2749003ec0f863e700450da9ee55d58cc8f4b399 (diff) | |
Tons of updates.
Diffstat (limited to 'dendrite/aws-s3-backup/templates')
| -rw-r--r-- | dendrite/aws-s3-backup/templates/[email protected] | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dendrite/aws-s3-backup/templates/[email protected] b/dendrite/aws-s3-backup/templates/[email protected] new file mode 100644 index 0000000..2f9d272 --- /dev/null +++ b/dendrite/aws-s3-backup/templates/[email protected] @@ -0,0 +1,9 @@ +[Unit] +Description=Writefreely s3 backup for "%I" + +[Service] +Type=oneshot +ExecStart=/usr/local/bin/writefreely-s3-backup.sh %i "{{writefreely_s3_backup_dir}}" + +[Install] +WantedBy=aws-s3-backup.target |
