]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-tmpfiles-setup-dev.service.in
Merge pull request #12802 from irtimmer/fix-openssl
[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
8c11aac1
TG
17
18[Service]
19Type=oneshot
7e380bba 20RemainAfterExit=yes
8c94052e 21ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create --boot
c79b89e6 22SuccessExitStatus=65 73