diff options
author | ivan <ivan> | 2011-09-22 21:11:04 +0000 |
---|---|---|
committer | ivan <ivan> | 2011-09-22 21:11:04 +0000 |
commit | 7c0b01a7b3fda96bdb3604a898603eaa960fece5 (patch) | |
tree | 42c048b0b3356871dcf9787c711a9b4f3f10b5fc /init.d | |
parent | cffe61b65c1304e5cbb34fba65673c8448113a5f (diff) |
LSB init script
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/freeside-init | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/init.d/freeside-init b/init.d/freeside-init index c4477d062..0589cebe8 100644 --- a/init.d/freeside-init +++ b/init.d/freeside-init @@ -2,6 +2,18 @@ # # chkconfig: 345 86 16 # description: Freeside daemons +# +### BEGIN INIT INFO +# Provides: freeside +# Required-Start: $time $remote_fs +# Required-Stop: $remote_fs +# Should-Start: postgresql mysql +# Should-Stop: postgresql mysql +# Default-Start: 2 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: Start Freeside daemons at boot time +# Description: Enable Freeside daemons +### END INIT INFO QUEUED_USER=%%%QUEUED_USER%%% |