From ca5228c5e40f46d73200de763f563297f3fe2b4d Mon Sep 17 00:00:00 2001 From: Kayou Date: Mon, 26 Aug 2024 16:38:02 +0200 Subject: [PATCH] exec only for nextcloud user --- conf/watcher.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/watcher.service b/conf/watcher.service index 7538525..e2d9cfd 100644 --- a/conf/watcher.service +++ b/conf/watcher.service @@ -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]