From c592610444f2b74e4e4bc6187b66604d1e50a727 Mon Sep 17 00:00:00 2001 From: Rinkana <39345772+MrRinkana@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:34:14 +0200 Subject: [PATCH] Update systemd service In case the service stops for w/e reason it will stay so. By adding Restart=always it is made sure the push server always runs Signed-off-by: Rinkana <39345772+MrRinkana@users.noreply.github.com> --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15e445b..cbebcf8 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,8 @@ ExecStart = /path/to/push/binary/notify_push /path/to/nextcloud/config/config.ph # requires the push server to have been build with the systemd feature (enabled by default) Type=notify User=www-data +Restart=always +RestartSec=60 [Install] WantedBy = multi-user.target