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 _______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
