]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - units/systemd-tmpfiles-setup.service.in
Merge pull request #11933 from keszybz/coverity
[thirdparty/systemd.git] / units / systemd-tmpfiles-setup.service.in
index 72ab083d54d91cfcd485fffce5c36b1661691b2e..b02bbcd61b7004a481b4b56f4aea278bb8cb8e3c 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
@@ -10,7 +12,7 @@ Description=Create Volatile Files and Directories
 Documentation=man:tmpfiles.d(5) man:systemd-tmpfiles(8)
 DefaultDependencies=no
 Conflicts=shutdown.target
-After=systemd-readahead-collect.service systemd-readahead-replay.service local-fs.target systemd-sysusers.service
+After=local-fs.target systemd-sysusers.service systemd-journald.service
 Before=sysinit.target shutdown.target
 RefuseManualStop=yes
 
@@ -18,3 +20,4 @@ RefuseManualStop=yes
 Type=oneshot
 RemainAfterExit=yes
 ExecStart=@rootbindir@/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
+SuccessExitStatus=65 73