From 18942961cb9f7f94900c9478d8e82763651829f7 Mon Sep 17 00:00:00 2001 From: Daniel Heule <daniel.heule@gmail.com> Date: Sat, 13 Nov 2021 17:38:01 +0100 Subject: [PATCH] Update README.md runas_user is not working on openrc, the correct variable is command_user Signed-off-by: Daniel Heule <nerve@ipwar.ch> --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88e7eb6..e12987a 100644 --- a/README.md +++ b/README.md @@ -97,8 +97,9 @@ For OpenRC based setups, you can create a OpenRC service by creating a file name description="Push daemon for Nextcloud clients" pidfile=${pidfile:-/run/notify_push.pid} -runas_user=${runas_user:-www-data:www-data} + command=${command:-/path/to/push/binary/notify_push} +command_user=${command_user:-www-data:www-data} command_args="--port 7867 /path/to/nextcloud/config/config.php" command_background=true depend() { -- GitLab