13 lines
290 B
SYSTEMD
13 lines
290 B
SYSTEMD
|
[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]
|
||
|
WantedBy=multi-user.target
|