blob: d0f802c05df2e225cbf31ff570a4a506db434873 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#start on (mounted MOUNTPOINT=/ and net-device-up IFACE=eth0)
# the above start-on never occurs, blocking boot. [bug 504883]
# instead, start much later in the boot process. sigh..
start on (local-filesystems and net-device-up IFACE=eth0)
task
console output
exec /usr/bin/ec2-init start
|