Heya, thanks Michael for working on this!
In addition to invoke-rc.d/update-rc.d it would be great if the
"service" command had native support for systemd. It already has support
of upstart, so it should be easy to extend in a similar way for systemd.
Btw, while looking at /usr/sbin/service, I noticed the following:
if [ -r "/etc/init/${SERVICE}.conf" ] && which initctl >/dev/null \
&& initctl version | grep -q upstart
then
This produces an error message if upstart is installed but not running.
It is basically the same bug as in [1] and a similar fix should be
applied to service.
Roger, if you want I can file a separate bug report for this issue.
Michael
[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682032
--
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-sysvinit-devel

