2021-11-23 21:25:05 +00:00
|
|
|
[Unit]
|
2021-12-22 13:51:15 +00:00
|
|
|
Description=Run borgmatic check for %I utilizing HOME/.config/borgmatic/%I.yml file
|
2021-11-23 21:25:05 +00:00
|
|
|
OnFailure=systemd_failure_notify@%n.service
|
|
|
|
Wants=network-online.target
|
|
|
|
After=network-online.target
|
2021-12-27 11:52:06 +00:00
|
|
|
Requires=network-online.target
|
2021-11-23 21:25:05 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2022-08-23 16:55:27 +00:00
|
|
|
#ExecStartPre=/bin/bash -c 'until host captiveportal.myservermanager.com; do sleep 1; done'
|
2021-11-23 21:32:48 +00:00
|
|
|
ExecStart=borgmatic check --only repository --only archives --syslog-verbosity 1 --config %h/.config/borgmatic/%I.yml
|
2021-11-23 21:25:05 +00:00
|
|
|
Environment="PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:%h/.bin"
|
|
|
|
Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
|
2021-12-22 14:59:42 +00:00
|
|
|
Environment="BORGMATIC_NAME=%I"
|
2021-11-23 21:25:05 +00:00
|
|
|
|
|
|
|
[Install]
|
2022-08-20 08:08:18 +00:00
|
|
|
WantedBy=default.target
|