Package: upstart
Version: 1.10-2
Severity: minor
I observe that when uservd is started by upstart as part of system
bootup, it inherits:
RUNLEVEL=2
PREVLEVEL=N
This doesn't seem to be documented in the upstart cookbook's list of
env vars and IMO isn't desirable.
It doesn't happen as a result of (re)installing the package: in that
case, uservd doesn't get those variables.
/etc/init/upstart.conf:
start on runlevel [2345]
stop on runlevel [!2345]
pre-start script
printenv
type uservd >/dev/null 2>&1
mkdir -p -m700 /var/run/userv
end script
exec uservd -raise-sigstop
expect stop
Ian.
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]