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

14 lines
415 B
SYSTEMD
Raw Normal View History

2019-01-25 17:28:29 +00:00
[Unit]
Description=Run borgwrapper
#OnFailure=systemd_failure_notify@%n.service
2019-01-25 17:28:29 +00:00
[Service]
Type=oneshot
ExecStart=borgwrapper
#ExecStart=borgwrapper /home/myUser/borgwrapper-custom.conf
2019-01-25 17:28:29 +00:00
#Environment="PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/home/myUser/.customBinaryPathWithBorgSymlinkForVirtualenv"
#Environment="SSH_AUTH_SOCK=/run/user/myUserId/keyring/ssh"
[Install]
2019-09-07 17:31:20 +00:00
WantedBy=default.target