]> git.pld-linux.org Git - packages/systemd.git/blob - tmpfiles-not-fatal.patch
- Obsoletes elogind
[packages/systemd.git] / tmpfiles-not-fatal.patch
1 --- systemd-39/units/systemd-tmpfiles-setup.service.in~ 2011-12-30 22:27:36.623529054 +0100
2 +++ systemd-39/units/systemd-tmpfiles-setup.service.in  2012-01-29 22:55:46.116130563 +0100
3 @@ -19,4 +19,4 @@
4  [Service]
5  Type=oneshot
6  RemainAfterExit=yes
7 -ExecStart=@rootbindir@/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
8 +ExecStart=-@rootbindir@/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
9 --- systemd-39/units/systemd-tmpfiles-clean.service.in~ 2011-12-30 22:27:36.520529020 +0100
10 +++ systemd-39/units/systemd-tmpfiles-clean.service.in  2012-01-29 22:56:15.626015474 +0100
11 @@ -18,5 +18,5 @@
12  
13  [Service]
14  Type=oneshot
15 -ExecStart=@rootbindir@/systemd-tmpfiles --clean
16 +ExecStart=-@rootbindir@/systemd-tmpfiles --clean
17  IOSchedulingClass=idle
This page took 0.039311 seconds and 3 git commands to generate.