2019-08-13 19:43:11 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Run resticwrapper
|
|
|
|
#OnFailure=systemd_failure_notify@%n.service
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=oneshot
|
|
|
|
ExecStart=resticwrapper
|
|
|
|
#ExecStart=borgwrapper /home/myUser/resticwrapper-custom.conf
|
|
|
|
#Environment="SSH_AUTH_SOCK=/run/user/myUserId/keyring/ssh"
|
|
|
|
|
|
|
|
[Install]
|
2019-09-07 17:31:20 +00:00
|
|
|
WantedBy=default.target
|