diff options
author | Julien Dessaux | 2024-08-29 20:22:56 +0200 |
---|---|---|
committer | Julien Dessaux | 2024-08-29 20:22:56 +0200 |
commit | 48f2e9a2cbc35aefc11e14e8504f0090414291c8 (patch) | |
tree | 9ec3b7fe4b64a04eddbcf7177133ddcd292ab8b5 /stdlib/backups/borg/systemd-timer-template | |
parent | feat(services): support service timers for which a running state means waiting (diff) | |
download | gonf-48f2e9a2cbc35aefc11e14e8504f0090414291c8.tar.gz gonf-48f2e9a2cbc35aefc11e14e8504f0090414291c8.tar.bz2 gonf-48f2e9a2cbc35aefc11e14e8504f0090414291c8.zip |
feat(stdlib): added a basic borg client custom promise
Diffstat (limited to 'stdlib/backups/borg/systemd-timer-template')
-rw-r--r-- | stdlib/backups/borg/systemd-timer-template | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/stdlib/backups/borg/systemd-timer-template b/stdlib/backups/borg/systemd-timer-template new file mode 100644 index 0000000..218e5cc --- /dev/null +++ b/stdlib/backups/borg/systemd-timer-template @@ -0,0 +1,9 @@ +[Unit] +Description=BorgBackup job %s timer + +[Timer] +OnCalendar=daily +Persistent=false + +[Install] +WantedBy=timers.target |