blob: 695f66a08a553147f04ec90a158e16dd6bd76a67 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
start on (mount MOUNTPOINT=/tmp and net-device-up IFACE=eth0)
## In the future, we'll want the following. For now, the above
## is about as soon as I could get a writable / and have network up
## below needs a to 'mountall' and ifupdown
#start on (mounted MOUNTPOINT=/ and net-device-up IFACE=eth0)
task
console output
exec /usr/bin/ec-2init
|