From: Jan Rękorajski Date: Sun, 29 Jan 2012 22:34:06 +0000 (+0000) Subject: - make tmpfiles problems not fatal, allowing system boot with incorrect tmpfiles... X-Git-Tag: auto/th/systemd-39-1~7 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;h=c0ffedbdffba04cebb22ee68ca2136b5ffa714dd;hp=ac6906f1038ed7fcfb3d9ae5553dc3520de83d5b;p=packages%2Fsystemd.git - make tmpfiles problems not fatal, allowing system boot with incorrect tmpfiles configs Changed files: tmpfiles-not-fatal.patch -> 1.1 --- diff --git a/tmpfiles-not-fatal.patch b/tmpfiles-not-fatal.patch new file mode 100644 index 0000000..d594d02 --- /dev/null +++ b/tmpfiles-not-fatal.patch @@ -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