2022-06-12 10:28:01 +00:00
|
|
|
[Unit]
|
2022-06-13 09:31:59 +00:00
|
|
|
Description=Run restic check script for %I utilizing /etc/restic/%I/check.sh file using env /etc/restic/%I/env
|
2022-06-12 10:28:01 +00:00
|
|
|
OnFailure=systemd_failure_notify@%n.service
|
|
|
|
Wants=network-online.target
|
|
|
|
After=network-online.target
|
|
|
|
Requires=network-online.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
2022-06-13 09:31:59 +00:00
|
|
|
ExecStart=sh /etc/restic/%I/check.sh
|
2022-06-12 10:28:01 +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"
|
2022-06-13 09:31:59 +00:00
|
|
|
EnvironmentFile=/etc/restic/%I/env
|
2022-06-12 10:28:01 +00:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|