Fix path of restic-create service file
This commit is contained in:
parent
9b64346590
commit
9ab2b89657
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Requires=network-online.target
|
|||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=sh /etc/%I/create.sh
|
||||
ExecStart=sh /etc/restic/%I/create.sh
|
||||
Environment="PATH=/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:%h/.bin"
|
||||
Environment="SSH_AUTH_SOCK=/run/user/%u/keyring/ssh"
|
||||
Environment="RESTIC_FILE_INCLUDE=%h/.config/restic/%I.include"
|
||||
|
|
Loading…
Reference in a new issue