problem with start-stop-daemon and --exec

ralda at gmx.de ralda at gmx.de
Sun Mar 4 14:26:22 UTC 2012


Hallo Ed!

> $ start-stop-daemon --stop --exec /usr/sbin/nginx --pidfile 
> /var/run/nginx.pid
> no /usr/sbin/nginx found; none killed

What about ...

start-stop-daemon --stop --pidfile /var/run/nginx.pid

... ? (shall work on both, upstream and Busybox versions)

--
Harald


More information about the busybox mailing list