2019-08-13 19:43:11 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Run resticwrapper
|
2022-06-04 23:09:23 +00:00
|
|
|
OnFailure=systemd_failure_notify@%n.service
|
|
|
|
Wants=network-online.target
|
|
|
|
After=network-online.target
|
|
|
|
Requires=network-online.target
|
2019-08-13 19:43:11 +00:00
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=resticwrapper
|
2022-06-04 23:09:23 +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"
|
2019-08-13 19:43:11 +00:00
|
|
|
|
|
|
|
[Install]
|
2022-06-04 23:09:23 +00:00
|
|
|
WantedBy=multi-user.target
|