]> git.pld-linux.org Git - packages/systemd.git/blame - tmpfiles-not-fatal.patch
- partial update to 238; target-pld.patch hostname parsing needs testing; files secti...
[packages/systemd.git] / tmpfiles-not-fatal.patch
CommitLineData
7d414874
AM
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
c0ffedbd
JR
4 [Service]
5 Type=oneshot
6 RemainAfterExit=yes
995ed764
TR
7-ExecStart=@rootbindir@/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
8+ExecStart=-@rootbindir@/systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
7d414874
AM
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
c0ffedbd
JR
13
14 [Service]
15 Type=oneshot
16-ExecStart=@rootbindir@/systemd-tmpfiles --clean
17+ExecStart=-@rootbindir@/systemd-tmpfiles --clean
7d414874 18 SuccessExitStatus=65
c0ffedbd 19 IOSchedulingClass=idle
This page took 0.038186 seconds and 4 git commands to generate.