Implement "skippable" option for scripted services.
[oweals/dinit.git] / doc / linux / services / rootfscheck
1 # Check the root filesystem. This is interruptible with ^C
2
3 type = scripted
4 command = /etc/dinit.d/rootfscheck.sh start
5 restart = false
6 options = starts-on-console pass-cs-fd start-interruptible skippable
7 start-timeout = 0  # unlimited
8
9 depends-on = early-filesystems
10 depends-on = udevd
11 waits-for = udev-trigger