2021-11-23 21:16:24 +00:00
|
|
|
[Unit]
|
2022-06-13 09:31:59 +00:00
|
|
|
Description=Run borgmatic check for %I utilizing /etc/borgmatic/%I.yml file
|
2021-11-23 21:16:24 +00:00
|
|
|
OnFailure=systemd_failure_notify@%n.service
|
|
|
|
Wants=network-online.target
|
|
|
|
After=network-online.target
|
2021-12-27 10:21:25 +00:00
|
|
|
Requires=network-online.target
|
2021-11-23 21:16:24 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2022-06-13 09:31:59 +00:00
|
|
|
ExecStart=borgmatic check --only repository --only archives --syslog-verbosity 1 --config /etc/borgmatic/%I.yml
|
2021-11-23 21:16:24 +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:16:24 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|