Skip to content
Snippets Groups Projects
Commit 6eff3f0f authored by Antoine Legrand's avatar Antoine Legrand
Browse files

Merge pull request #120 from Smana/fix_etcd_initd

etcd initd startup command fix
parents 6915278f 6358cf78
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,8 @@ do_status()
#
do_start()
{
start-stop-daemon --background --start --quiet --make-pidfile --pidfile $PID --user $DAEMON_USER --exec $DAEMON \
$DAEMON_OPTS \
start-stop-daemon --background --start --quiet --make-pidfile --pidfile $PID --user $DAEMON_USER --exec $DAEMON -- \
$DAEMON_ARGS \
|| return 2
}
......
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