Skip to content
Snippets Groups Projects
Unverified Commit 8d95bf6b authored by Robin Appelman's avatar Robin Appelman Committed by GitHub
Browse files

Merge pull request #142 from dheule/patch-1

Update README.md - openrc does not known runas_user -> command_user is correct
parents afe706dc 18942961
No related branches found
No related tags found
No related merge requests found
......@@ -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() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment