X-Git-Url: http://pere.pagekite.me/gitweb/homepage.git/blobdiff_plain/6aa0f2dfc46b413b117a6e7babce1cea2e0cf965..8e40d1728544dd145f15c173f0e5a18a04b01b14:/blog/data/2010-06-06-upstart.txt diff --git a/blog/data/2010-06-06-upstart.txt b/blog/data/2010-06-06-upstart.txt index 88508edd36..57b0260925 100644 --- a/blog/data/2010-06-06-upstart.txt +++ b/blog/data/2010-06-06-upstart.txt @@ -1,5 +1,5 @@ Title: Upstart or sysvinit - as init.d scripts see it -Tags: english, debian, debian edu +Tags: english, debian, bootsystem Date: 2010-06-06 23:55

If Debian is to migrate to upstart on Linux, I expect some init.d @@ -37,7 +37,7 @@ runlevel=S

The RUNLEVEL and PREVLEVEL environment variables passed on from -sysvinit is not set by upstart. Not sure if it is intentional or not +sysvinit are not set by upstart. Not sure if it is intentional or not to not be compatible with sysvinit in this regard.

For scripts needing to behave differently when upstart is used,