init
This commit is contained in:
commit
883f31932e
169 changed files with 5676 additions and 0 deletions
9
ansible/roles/restic/templates/restic-backup.service.j2
Normal file
9
ansible/roles/restic/templates/restic-backup.service.j2
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
[Unit]
|
||||
Description=Restic backup
|
||||
After=network-online.target
|
||||
Wants=network-online.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
Environment=HOME=/root
|
||||
ExecStart=/usr/local/bin/restic-backup.sh
|
||||
Loading…
Add table
Add a link
Reference in a new issue