From 4a81d4eaa588e9fe0f4917e05b9975917e8631e1 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Fri, 2 Aug 2024 14:44:40 +0200 Subject: [PATCH] fix: fix unit file in readme Signed-off-by: Robin Appelman --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af4bb90..15e445b 100644 --- a/README.md +++ b/README.md @@ -64,9 +64,11 @@ Description = Push daemon for Nextcloud clients Documentation=https://github.com/nextcloud/notify_push [Service] -Environment = PORT=7867 # Change if you already have something running on this port +# Change if you already have something running on this port +Environment = PORT=7867 ExecStart = /path/to/push/binary/notify_push /path/to/nextcloud/config/config.php -Type=notify # requires the push server to have been build with the systemd feature (enabled by default) +# requires the push server to have been build with the systemd feature (enabled by default) +Type=notify User=www-data [Install]