]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-tmpfiles-setup-dev.service.in
Merge pull request #11357 from GiacintoCifelli/dbus_labels
[thirdparty/systemd.git] / units / systemd-tmpfiles-setup-dev.service.in
index f3833fdfd583e9932d896ab13a8c028151d2743d..50df15c291c15400c105cd6546086b408224cb35 100644 (file)
@@ -1,3 +1,5 @@
+#  SPDX-License-Identifier: LGPL-2.1+
+#
 #  This file is part of systemd.
 #
 #  systemd is free software; you can redistribute it and/or modify it
@@ -12,9 +14,9 @@ DefaultDependencies=no
 Conflicts=shutdown.target
 After=systemd-sysusers.service
 Before=sysinit.target local-fs-pre.target systemd-udevd.service shutdown.target
-ConditionCapability=CAP_SYS_MODULE
 
 [Service]
 Type=oneshot
 RemainAfterExit=yes
-ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create
+ExecStart=@rootbindir@/systemd-tmpfiles --prefix=/dev --create --boot
+SuccessExitStatus=65 73