12 lines
290 B
Desktop File
12 lines
290 B
Desktop File
[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
|