diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-07-25 12:33:03 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-07-25 13:53:44 -0500 |
commit | 35f2f1ec73aa6754764d573ea3e1cce938b3ee9a (patch) | |
tree | ba3884ebd71255085b86a2514d7e29de509b4c28 /runlevels | |
parent | e9189cd8a24b5614f3e82aec4a779e4d90656b1e (diff) |
Introduce the tmpfiles.dev service
This service handles setting up the tmpfiles entries for the /dev
directory for Linux systems which needs to be run in the sysinit
runlevel.
Diffstat (limited to 'runlevels')
-rw-r--r-- | runlevels/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runlevels/Makefile b/runlevels/Makefile index 6eb84ca8..f6911139 100644 --- a/runlevels/Makefile +++ b/runlevels/Makefile @@ -40,7 +40,7 @@ BOOT-FreeBSD+= adjkerntz dumpon syscons BOOT-Linux+= hwclock keymaps modules mtab procfs termencoding tmpfiles.setup SHUTDOWN-Linux= killprocs mount-ro -SYSINIT-Linux= devfs dmesg sysfs +SYSINIT-Linux= devfs dmesg sysfs tmpfiles.dev # Generic BSD stuff BOOT-NetBSD+= hostid newsyslog savecore syslogd |