Sample service defs: enable smooth recovery for ttys. v0.07
authorDavin McCall <davmac@davmac.org>
Sat, 6 Jan 2018 23:47:13 +0000 (23:47 +0000)
committerDavin McCall <davmac@davmac.org>
Sat, 6 Jan 2018 23:47:13 +0000 (23:47 +0000)
Also change dependency on ttys from depends-on to depends-ms.

doc/linux/services/boot
doc/linux/services/tty1
doc/linux/services/tty2
doc/linux/services/tty3
doc/linux/services/tty4
doc/linux/services/tty5
doc/linux/services/tty6

index 7269ca4e9976e74989278912a9e1042148b19221..452a04be3e14d19120f66535144b772eb95b340b 100644 (file)
@@ -3,12 +3,12 @@
 type = internal
 
 # Each of these services starts a login prompt:
-depends-on = tty1
-depends-on = tty2
-depends-on = tty3
-depends-on = tty4
-depends-on = tty5
-depends-on = tty6
+depends-ms = tty1
+depends-ms = tty2
+depends-ms = tty3
+depends-ms = tty4
+depends-ms = tty5
+depends-ms = tty6
 
 waits-for = late-filesystems
 waits-for = dhcpcd
index 844ece36472858169dc0df3f24b817aaf09a2a01..fa0ba17d10bb4f2e6e26ff29a9832e0c8bad09ba 100644 (file)
@@ -3,3 +3,4 @@ command = /sbin/agetty tty1 linux-c
 restart = true
 depends-on = loginready
 termsignal = HUP
+smooth-recovery = true
index df3896dda22eba48814fde25ba52c20b0346f696..0d1cfb3fa66bc343cab685618f39c53ad6d35b9d 100644 (file)
@@ -3,3 +3,4 @@ command = /sbin/agetty tty2 linux-c
 restart = true
 depends-on = loginready
 termsignal = HUP
+smooth-recovery = true
index e75cc17bca4bf7ddb79c20afb31b346cb00de291..359f5e286a31ba67876afd999bd028c50e27df0d 100644 (file)
@@ -3,3 +3,4 @@ command = /sbin/agetty tty3 linux-c
 restart = true
 depends-on = loginready
 termsignal = HUP
+smooth-recovery = true
index a70ad04242b7883d4953df8d469674633d885c0e..46d9c1dedc530cad08d9dabc29e9e7b2778cb8df 100644 (file)
@@ -3,3 +3,4 @@ command = /sbin/agetty tty4 linux-c
 restart = true
 depends-on = loginready
 termsignal = HUP
+smooth-recovery = true
index 1958933c67fc8b991e39a5de105615393bccb01a..e2aed72d65c5ffb995ed1c7ca496d2b2edc23644 100644 (file)
@@ -3,3 +3,4 @@ command = /sbin/agetty tty5 linux-c
 restart = true
 depends-on = loginready
 termsignal = HUP
+smooth-recovery = true
index c6511e879d6f06e14fb86fbd69d34e74c826daee..e5d71079948cdf6781867f4bd61d948da397d626 100644 (file)
@@ -3,3 +3,4 @@ command = /sbin/agetty tty6 linux-c
 restart = true
 depends-on = loginready
 termsignal = HUP
+smooth-recovery = true