File: finit.conf

package info (click to toggle)
finit 4.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,216 kB
  • sloc: ansic: 17,060; sh: 6,281; makefile: 532
file content (14 lines) | stat: -rw-r--r-- 487 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Finit expects to run on a Linux FHS compatible system.
# Preferably one where /run is used and is a RAM disk.

# This should be set up but OS/dist but is sometimes missing
# Note: l+ == only if ../run exists, if so, rm -rf /var/run
l+ /var/run             -    - - - ../run

# Finit directories
d  /run/finit		0755 - - -
d  /run/finit/cond	0755 - - -
d  /run/finit/cond/pid	0755 - - -
d  /run/finit/cond/sys	0755 - - -
d  /run/finit/cond/usr	0755 - - -
d  /run/finit/system	0755 - - -