mirror of
https://github.com/YunoHost-Apps/borg_ynh.git
synced 2024-09-03 18:16:05 +02:00
The backup-with-borg script shouldnt be called with sudo ...
This commit is contained in:
parent
0281a5970a
commit
fc01a91d44
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ After=network.target
|
|||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStart=/usr/bin/sudo /usr/local/bin/backup-with-__APP__ __APP__
|
||||
ExecStart=/usr/local/bin/backup-with-__APP__ __APP__
|
||||
User=__APP__
|
||||
Group=__APP__
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue