diff options
Diffstat (limited to 'debian/upstart')
-rw-r--r-- | debian/upstart | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/upstart b/debian/upstart index 780f19d..4ba35bc 100644 --- a/debian/upstart +++ b/debian/upstart @@ -1,7 +1,7 @@ description "Windows Azure Linux agent" author "Ben Howard <ben.howard@canonical.com>" -start on mounted MOUNTPOINT=/ +start on runlevel [2345] stop on runlevel [!2345] pre-start script |