mirror of
https://github.com/YunoHost-Apps/nextcloud_ynh.git
synced 2024-09-03 19:55:57 +02:00
exec only for nextcloud user
This commit is contained in:
parent
81afc1b28f
commit
ca5228c5e4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ StartLimitBurst=5
|
|||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPre=/usr/bin/chmod +x __INSTALL_DIR__/apps/notify_push/bin/__ARCH__/notify_push
|
||||
ExecStartPre=/usr/bin/chmod u+x __INSTALL_DIR__/apps/notify_push/bin/__ARCH__/notify_push
|
||||
ExecStart=/usr/bin/systemctl restart __APP__-notify-push.service
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Reference in a new issue