Comment 6 for bug 66615

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

Just a heads up. The config file I posted earlier will lead to poroblems with unmounting on shutdown.

The following should be more correct.
--- /etc/event.d/svscan ---
start on runlevel 2
start on runlevel 3

stop on runlevel 0
stop on runlevel 1
stop on runlevel 4
stop on runlevel 5
stop on runlevel 6

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