summaryrefslogtreecommitdiff
path: root/examples/rc.init
blob: d71fd1ad2a9f6c71bc5ed92254ca5c42a3dacb71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/execlineb -P


# Make sure the /dev/urandom entropy pool will be set in
# a not-too-distant future. Ideally we'd block on this,
# but it's not critical, so we don't.

background -d { s6-fillurandompool }


# Set the system clock to something sensible,
# to get coherent logs until the initial NTP message

if { s6-clock @40000000596c000000000000 }


# Initialize the service manager

if { s6-rc-init /run/service }


# Run the service manager.
# Call it twice because the first time may spuriously "timeout"
# due to the clock jumping forward.

if -nt { s6-rc -t 600000 -- change ok-all }
s6-rc -t 600000 -- change ok-all