projects
/
oweals
/
dinit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d960752
)
Add example recovery service.
author
Davin McCall
<davmac@davmac.org>
Sat, 25 May 2019 07:53:03 +0000
(17:53 +1000)
committer
Davin McCall
<davmac@davmac.org>
Sat, 25 May 2019 07:53:03 +0000
(17:53 +1000)
doc/linux/services/recovery
[new file with mode: 0644]
patch
|
blob
diff --git a/doc/linux/services/recovery
b/doc/linux/services/recovery
new file mode 100644
(file)
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