Skip to content
Snippets Groups Projects
Unverified Commit 6ea8a994 authored by Stéphane Veyret's avatar Stéphane Veyret Committed by Stéphane Veyret
Browse files

Use OpenRC SSD option at correct place

Issue #1298
parent 2ac6ceea
No related branches found
No related tags found
1 merge request!1262Corrections on OpenRC script
...@@ -21,8 +21,8 @@ fi ...@@ -21,8 +21,8 @@ fi
if [[ ! -z ${DUNITER_KEYS} ]] && [[ -r ${DUNITER_KEYS} ]]; then if [[ ! -z ${DUNITER_KEYS} ]] && [[ -r ${DUNITER_KEYS} ]]; then
command_args="${command_args} --keyfile \"${DUNITER_KEYS}\"" command_args="${command_args} --keyfile \"${DUNITER_KEYS}\""
fi fi
command_args="${command_args} --home \"${DUNITER_HOME}\" --mdb \"${DUNITER_DATA}\" ${DUNITER_SSD_OPTIONS}" command_args="${command_args} --home \"${DUNITER_HOME}\" --mdb \"${DUNITER_DATA}\""
start_stop_daemon_args="--user \"${DUNITER_USER}\":\"${DUNITER_GROUP}\"" start_stop_daemon_args="--user \"${DUNITER_USER}\":\"${DUNITER_GROUP}\" ${DUNITER_SSD_OPTIONS}"
description="Duniter node" description="Duniter node"
depend() { depend() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment