[Ilugc] upgraded to FC13. My upstart job has stopped working

  • From: mbhangui@xxxxxxxxx (Manvendra Bhangui)
  • Date: Fri Jun 4 20:44:33 2010

I migrated to FC13 from FC12 yesterday. I had my script in /etc/event.d.
The script worked without any issues on FC9, FC10, FC11 and FC12.

On FC13, my job no longer gets automatically started after reboot.

I understand that /etc/event.d is obsolete and one has to have the
script in /etc/init with the extension '.conf'. I have done that but
my job does not get started automatically.

As of the moment, i am starting the service manually by issuing the
following command

/sbin/initctl start svscan

or 

/sbin/initctl emit qmailstart

My script as below. Is there anything wrong with my script?

% cat svscan.conf 
# svscan - runlevel compatibility
# Start deamontools watcher
# console output, owner, none
# to start - initctl emit qmailstart
# to stop  - initctl emit qmailstop
# start svscan
# stop  svscan

start on runlevel [345]
start on qmailstart

stop on runlevel [0126]
stop on runlevel r
stop on qmailstop

console none
respawn
script
        exec /var/indimail/bin/svscanboot /service /service1
end script

Regard Manvendra
http://www.indimail.org

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
Url : 
http://www.ae.iitm.ac.in/pipermail/ilugc/attachments/20100604/586de2ba/attachment.bin

Other related posts:

  • » [Ilugc] upgraded to FC13. My upstart job has stopped working - Manvendra Bhangui