diff options
author | 2005-10-10 19:27:23 +0000 | |
---|---|---|
committer | 2005-10-10 19:27:23 +0000 | |
commit | 2689cbc7cd89cdde560e05774c41723d2630cffa (patch) | |
tree | d35134c7c3c8ffc5cdeba54716fd3d8f064aa726 /net-analyzer/sguil-sensor/files | |
parent | Remove INSTALL and COPYING from docs (diff) | |
download | historical-2689cbc7cd89cdde560e05774c41723d2630cffa.tar.gz historical-2689cbc7cd89cdde560e05774c41723d2630cffa.tar.bz2 historical-2689cbc7cd89cdde560e05774c41723d2630cffa.zip |
fix to sensor_agent.initd for pid creation
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'net-analyzer/sguil-sensor/files')
-rw-r--r-- | net-analyzer/sguil-sensor/files/sensor_agent.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/sguil-sensor/files/sensor_agent.initd b/net-analyzer/sguil-sensor/files/sensor_agent.initd index 22f8ad372fc2..8201f991091a 100644 --- a/net-analyzer/sguil-sensor/files/sensor_agent.initd +++ b/net-analyzer/sguil-sensor/files/sensor_agent.initd @@ -17,7 +17,7 @@ checkconfig() { start() { checkconfig || return 1 ebegin "Starting Sensor Agent" - start-stop-daemon --start -c sguil --pidfile /var/run/sguil/sensor.pid \ + start-stop-daemon --start -c sguil -m --pidfile /var/run/sguil/sensor.pid \ --quiet --exec /usr/bin/sensor_agent.tcl -- -D -c "/etc/sguil/sensor_agent.conf">/dev/null 2>&1 eend $? } |