update restic
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
[Unit]
|
||||
Description=restic backup
|
||||
Description=restic Backup
|
||||
Documentation=man:restic(1)
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPre=/usr/bin/nm-online -q
|
||||
ExecStart=%h/.bin/restic-backup
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Type=simple
|
||||
ExecStartPre=/bin/sh -c 'until ping -c1 google.com; do sleep 1; done;'
|
||||
ExecStart=%h/.dotfiles/bin/restic-backup
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
[Unit]
|
||||
Description=restic backup
|
||||
Description=restic Backup Trigger
|
||||
Documentation=man:restic(1)
|
||||
|
||||
[Timer]
|
||||
Persistent=true
|
||||
|
||||
Reference in New Issue
Block a user