]> git.pld-linux.org Git - packages/systemd.git/blob - tmpfiles-not-fatal.patch
- partial update to 238; target-pld.patch hostname parsing needs testing; files secti...
[packages/systemd.git] / tmpfiles-not-fatal.patch
1 --- systemd-238/units/systemd-tmpfiles-setup.service.in~        2018-03-05 23:16:37.000000000 +0100
2 +++ systemd-238/units/systemd-tmpfiles-setup.service.in 2018-05-15 13:23:51.990328057 +0200
3 @@ -19,5 +19,5 @@ RefuseManualStop=yes
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  SuccessExitStatus=65
10 --- systemd-238/units/systemd-tmpfiles-clean.service.in~        2018-03-05 23:16:37.000000000 +0100
11 +++ systemd-238/units/systemd-tmpfiles-clean.service.in 2018-05-15 13:24:19.297825542 +0200
12 @@ -17,6 +17,6 @@ Before=shutdown.target
13  
14  [Service]
15  Type=oneshot
16 -ExecStart=@rootbindir@/systemd-tmpfiles --clean
17 +ExecStart=-@rootbindir@/systemd-tmpfiles --clean
18  SuccessExitStatus=65
19  IOSchedulingClass=idle
This page took 0.025522 seconds and 3 git commands to generate.