]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-tmpfiles-setup-dev.service.in
units: use SuccessExitStatus to ignore syntax errors in tmpfiles
[thirdparty/systemd.git] / units / systemd-tmpfiles-setup-dev.service.in
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
8c11aac1
TG
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
6# under the terms of the GNU Lesser General Public License as published by
7# the Free Software Foundation; either version 2.1 of the License, or
8# (at your option) any later version.
9
10[Unit]
d1a6f441 11Description=Create Static Device Nodes in /dev
195f8e36 12Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
8c11aac1 13DefaultDependencies=no
2db7648a 14Conflicts=shutdown.target
d6bc8348 15After=systemd-sysusers.service
2db7648a 16Before=sysinit.target local-fs-pre.target systemd-udevd.service shutdown.target
e0c74691 17ConditionCapability=CAP_SYS_MODULE
8c11aac1
TG
18
19[Service]
20Type=oneshot
7e380bba 21RemainAfterExit=yes
8c94052e 22ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create --boot
cd9f5b68 23SuccessExitStatus=65