12 lines
373 B
Desktop File
12 lines
373 B
Desktop File
[Unit]
|
|
Description=Run borgwrapper
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
#ExecStart=borgwrapper /home/myUser/borgwrapper-custom.conf
|
|
ExecStart=borgwrapper
|
|
#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]
|
|
WantedBy=multi-user.target
|