system-helpers/etc/systemd/user/resticwrapper.service

12 lines
287 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=default.target