From 3cfb92f3a18734a170f72e12041c3d681414d0b2 Mon Sep 17 00:00:00 2001 From: Oli Date: Sat, 1 Jun 2024 21:23:29 +0000 Subject: [PATCH] enable new SystemD feature in nextcloud notify push v0.6.12 --- roles/nextcloud/templates/nextcloud_notify_push.service.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/nextcloud/templates/nextcloud_notify_push.service.j2 b/roles/nextcloud/templates/nextcloud_notify_push.service.j2 index 8b407a0..36e9891 100644 --- a/roles/nextcloud/templates/nextcloud_notify_push.service.j2 +++ b/roles/nextcloud/templates/nextcloud_notify_push.service.j2 @@ -5,6 +5,7 @@ Description = Push daemon for Nextcloud clients [Service] Environment = SOCKET_PATH={{ nextcloud_notify_push_socket }} METRICS_PORT=9206 +Type=notify User={{ webserver_user }} Group={{ webserver_user }} RuntimeDirectory=nextcloud