]> git.pld-linux.org Git - packages/systemd.git/blobdiff - tmpfiles-not-fatal.patch
- make tmpfiles problems not fatal, allowing system boot with incorrect tmpfiles...
[packages/systemd.git] / tmpfiles-not-fatal.patch
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.032606 seconds and 4 git commands to generate.