]> git.pld-linux.org Git - packages/systemd.git/commitdiff
- make tmpfiles problems not fatal, allowing system boot with incorrect tmpfiles...
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 29 Jan 2012 22:34:06 +0000 (22:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tmpfiles-not-fatal.patch -> 1.1

tmpfiles-not-fatal.patch [new file with mode: 0644]

diff --git a/tmpfiles-not-fatal.patch b/tmpfiles-not-fatal.patch
new file mode 100644 (file)
index 0000000..d594d02
--- /dev/null
@@ -0,0 +1,17 @@
+--- systemd-39/units/systemd-tmpfiles-setup.service.in~        2011-12-30 22:27:36.623529054 +0100
++++ systemd-39/units/systemd-tmpfiles-setup.service.in 2012-01-29 22:55:46.116130563 +0100
+@@ -19,4 +19,4 @@
+ [Service]
+ Type=oneshot
+ RemainAfterExit=yes
+-ExecStart=@rootbindir@/systemd-tmpfiles --create --remove
++ExecStart=-@rootbindir@/systemd-tmpfiles --create --remove
+--- systemd-39/units/systemd-tmpfiles-clean.service.in~        2011-12-30 22:27:36.520529020 +0100
++++ systemd-39/units/systemd-tmpfiles-clean.service.in 2012-01-29 22:56:15.626015474 +0100
+@@ -18,5 +18,5 @@
+ [Service]
+ Type=oneshot
+-ExecStart=@rootbindir@/systemd-tmpfiles --clean
++ExecStart=-@rootbindir@/systemd-tmpfiles --clean
+ IOSchedulingClass=idle
This page took 0.287051 seconds and 4 git commands to generate.