Fix some service definitions based on a running system
This commit is contained in:
parent
c1261c7bd2
commit
c103ece8b1
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -2,4 +2,4 @@
|
|||||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||||
envfile /etc/s6/sv/getty-tty1/conf
|
envfile /etc/s6/sv/getty-tty1/conf
|
||||||
importas -iu SPAWN SPAWN
|
importas -iu SPAWN SPAWN
|
||||||
exec getty tty1
|
exec getty /dev/tty1
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||||
envfile /etc/s6/sv/getty-tty2/conf
|
envfile /etc/s6/sv/getty-tty2/conf
|
||||||
importas -iu SPAWN SPAWN
|
importas -iu SPAWN SPAWN
|
||||||
exec getty tty2
|
exec getty /dev/tty2
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||||
envfile /etc/s6/sv/getty-tty3/conf
|
envfile /etc/s6/sv/getty-tty3/conf
|
||||||
importas -iu SPAWN SPAWN
|
importas -iu SPAWN SPAWN
|
||||||
exec getty tty3
|
exec getty /dev/tty3
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||||
envfile /etc/s6/sv/getty-tty4/conf
|
envfile /etc/s6/sv/getty-tty4/conf
|
||||||
importas -iu SPAWN SPAWN
|
importas -iu SPAWN SPAWN
|
||||||
exec getty tty4
|
exec getty /dev/tty4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||||
envfile /etc/s6/sv/agetty-tty5/conf
|
envfile /etc/s6/sv/getty-tty5/conf
|
||||||
importas -iu SPAWN SPAWN
|
importas -iu SPAWN SPAWN
|
||||||
exec getty tty5
|
exec getty /dev/tty5
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||||
envfile /etc/s6/sv/agetty-tty6/conf
|
envfile /etc/s6/sv/getty-tty6/conf
|
||||||
importas -iu SPAWN SPAWN
|
importas -iu SPAWN SPAWN
|
||||||
exec getty tty6
|
exec getty /dev/tty6
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||||
envfile /etc/s6/sv/getty-tty1/conf
|
envfile /etc/s6/sv/getty-tty1/conf
|
||||||
importas -iu SPAWN SPAWN
|
importas -iu SPAWN SPAWN
|
||||||
exec getty tty1
|
exec getty /dev/tty1
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||||
envfile /etc/s6/sv/getty-tty2/conf
|
envfile /etc/s6/sv/getty-tty2/conf
|
||||||
importas -iu SPAWN SPAWN
|
importas -iu SPAWN SPAWN
|
||||||
exec getty tty2
|
exec getty /dev/tty2
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||||
envfile /etc/s6/sv/getty-tty3/conf
|
envfile /etc/s6/sv/getty-tty3/conf
|
||||||
importas -iu SPAWN SPAWN
|
importas -iu SPAWN SPAWN
|
||||||
exec getty tty3
|
exec getty /dev/tty3
|
||||||
|
@ -2,4 +2,4 @@
|
|||||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||||
envfile /etc/s6/sv/getty-tty4/conf
|
envfile /etc/s6/sv/getty-tty4/conf
|
||||||
importas -iu SPAWN SPAWN
|
importas -iu SPAWN SPAWN
|
||||||
exec getty tty4
|
exec getty /dev/tty4
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||||
envfile /etc/s6/sv/agetty-tty5/conf
|
envfile /etc/s6/sv/getty-tty5/conf
|
||||||
importas -iu SPAWN SPAWN
|
importas -iu SPAWN SPAWN
|
||||||
exec getty tty5
|
exec getty /dev/tty5
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
if { pipeline { redirfd -w 2 /dev/null s6-rc -a list } grep -qFx mount-filesystems }
|
||||||
envfile /etc/s6/sv/agetty-tty6/conf
|
envfile /etc/s6/sv/getty-tty6/conf
|
||||||
importas -iu SPAWN SPAWN
|
importas -iu SPAWN SPAWN
|
||||||
exec getty tty6
|
exec getty /dev/tty6
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
hostname
|
hostname
|
||||||
hwclock
|
hwclock
|
||||||
modules
|
|
||||||
kmod-static-nodes
|
kmod-static-nodes
|
||||||
tmpfiles-dev
|
tmpfiles-dev
|
||||||
rc-local
|
rc-local
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
foreground { mount -a -t nonfs,nocifs }
|
foreground { mount -a -o no_netdev }
|
||||||
foreground { if { test -x /usr/bin/zfs } zfs mount -a }
|
foreground { if { test -x /usr/bin/zfs } zfs mount -a }
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
#!/bin/execlineb -P
|
#!/bin/execlineb -P
|
||||||
exec mount -a -t nfs,cifs
|
exec mount -a -o netdev
|
||||||
|
@ -4,7 +4,6 @@ getty
|
|||||||
net-lo
|
net-lo
|
||||||
swap
|
swap
|
||||||
random-seed
|
random-seed
|
||||||
tmpfiles-setup
|
|
||||||
dmesg
|
dmesg
|
||||||
sysctl
|
sysctl
|
||||||
binfmt
|
binfmt
|
||||||
|
@ -1 +0,0 @@
|
|||||||
0
|
|
Loading…
Reference in New Issue
Block a user