Comment 3 for bug 66615

Revision history for this message
John Nilsson (john-milsson) wrote :

Just upgraded to Feisty Fawn
This seems to work
--- /etc/event.d/svscan ---
# svscan
#
# upstart service for svscan created by me (John)

start on runlevel 1
start on runlevel 2
start on runlevel 3
start on runlevel 4
start on runlevel 5
start on runlevel 6

respawn
exec /usr/bin/svscanboot
--- EOF ---