From: Davin McCall Date: Sat, 25 May 2019 07:53:03 +0000 (+1000) Subject: Add example recovery service. X-Git-Tag: v0.6.0~51 X-Git-Url: https://git.librecmc.org/?p=oweals%2Fdinit.git;a=commitdiff_plain;h=ec04fb730deebc77150352ed681388ab9d5ad0d0 Add example recovery service. --- diff --git a/doc/linux/services/recovery b/doc/linux/services/recovery new file mode 100644 index 0000000..ee9cee3 --- /dev/null +++ b/doc/linux/services/recovery @@ -0,0 +1,7 @@ +# Recovery service. Dinit will offer to start this service if boot fails; +# we'll run "sulogin" from util-linux, to prompt for root password and then +# run a shell. + +type = process +command = /sbin/sulogin +options = runs-on-console