2021-11-23 21:16:24 +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:16:24 +00:00
|
|
|
OnFailure=systemd_failure_notify@%n.service
|
|
|
|
Wants=network-online.target
|
|
|
|
After=network-online.target
|
|
|
|
ConditionACPower=true
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
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: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"
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|