aboutsummaryrefslogtreecommitdiffstats
path: root/testing/greenbone-security-assistant/gsad.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/greenbone-security-assistant/gsad.initd')
-rw-r--r--testing/greenbone-security-assistant/gsad.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/greenbone-security-assistant/gsad.initd b/testing/greenbone-security-assistant/gsad.initd
index 28c4b9651c..4be1e8db79 100644
--- a/testing/greenbone-security-assistant/gsad.initd
+++ b/testing/greenbone-security-assistant/gsad.initd
@@ -10,7 +10,7 @@ depend() {
start() {
ebegin "Starting Greenbone Security Assistant Daemon"
start-stop-daemon --start --name gsad \
- --exec /usr/sbin/gsad \
+ --exec /usr/bin/gsad \
--pidfile /var/run/gsad.pid
eend $?
}