View | Details | Raw Unified | Return to bug 27865
Collapse All | Expand All

(-)a/alterator-fbi/ahttpd.init (-1 / +1 lines)
Lines 32-38 start() Link Here
32
{
32
{
33
	ssl_generate "ahttpd"
33
	ssl_generate "ahttpd"
34
34
35
	start_daemon --pidfile "$PIDFILE" --lockfile "$LOCKFILE" --expect-user _ahttpd --name ahttpd --displayname ahttpd -- ahttpd
35
	start_daemon --background --pidfile "$PIDFILE" --make-pidfile --lockfile "$LOCKFILE" --expect-user _ahttpd --name ahttpd --displayname ahttpd -- ahttpd
36
	RETVAL=$?
36
	RETVAL=$?
37
37
38
	[ "$RETVAL" != "0" ] || publish_service ahttpd 'System management center at %h' '_https._tcp' "$(ahttpd_port)"
38
	[ "$RETVAL" != "0" ] || publish_service ahttpd 'System management center at %h' '_https._tcp' "$(ahttpd_port)"
(-)a/alterator-fbi/sbin/ahttpd (-1 / +1 lines)
Lines 231-237 Link Here
231
    (begin (alterator-init-local)
231
    (begin (alterator-init-local)
232
           (d-init-local))
232
           (d-init-local))
233
    (begin (alterator-init-global)
233
    (begin (alterator-init-global)
234
           (daemonize (config-ref *config* "server-pidfile"))
234
;           (daemonize (config-ref *config* "server-pidfile"))
235
	   (drop-privs (config-ref *config* "server-user")
235
	   (drop-privs (config-ref *config* "server-user")
236
		       (config-ref *config* "server-group"))))
236
		       (config-ref *config* "server-group"))))
237
237

Return to bug 27865