summaryrefslogtreecommitdiffstats
path: root/testing/openvcp/openvcp.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/openvcp/openvcp.initd')
-rw-r--r--testing/openvcp/openvcp.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/openvcp/openvcp.initd b/testing/openvcp/openvcp.initd
index 9e9f92b3e..609dac612 100644
--- a/testing/openvcp/openvcp.initd
+++ b/testing/openvcp/openvcp.initd
@@ -7,7 +7,7 @@ depend () {
start() {
ebegin "OpenVCP Starting"
- start-stop-daemon --start --quiet --background --exec /bin/openvcpd -- --pidfile /var/run/openvcpd.pid || return 1
+ start-stop-daemon --start --quiet --background --exec /bin/openvcpd || return 1
eend $?
}