Add "start-interruptible" service option.
authorDavin McCall <davmac@davmac.org>
Sat, 6 Jan 2018 22:52:08 +0000 (22:52 +0000)
committerDavin McCall <davmac@davmac.org>
Sat, 6 Jan 2018 22:52:08 +0000 (22:52 +0000)
commit5b6fc34c8642b93901d39df07888d25cef6bf322
treec64305b4253cc5f7436b25652113fc0822ea645c
parentb2dd2289d31b3dadaf95aeabad852bfbbfca00f4
Add "start-interruptible" service option.

This option allows a service startup to be interrupted if the service
becomes inactive while starting, by sending it the SIGINT signal. This
is useful for file system checks, which can otherwise delay
reboot/shutdown.
README
doc/linux/services/late-filesystems
doc/linux/services/rootfscheck
doc/manpages/dinit.8
src/load_service.cc
src/service.h