]> git.pld-linux.org Git - packages/systemd.git/blame - tmpfiles-not-fatal.patch
- partial update to 245; TODO: files + reading ChangeLog and NEWS
[packages/systemd.git] / tmpfiles-not-fatal.patch
CommitLineData
881358e5
AM
1diff -ur systemd-245/units.org/systemd-tmpfiles-clean.service systemd-245/units/systemd-tmpfiles-clean.service
2--- systemd-245/units.org/systemd-tmpfiles-clean.service 2020-03-06 13:38:52.000000000 +0100
3+++ systemd-245/units/systemd-tmpfiles-clean.service 2020-04-03 21:08:42.151365700 +0200
4@@ -17,6 +17,6 @@
5
6 [Service]
7 Type=oneshot
8-ExecStart=systemd-tmpfiles --clean
9+ExecStart=-systemd-tmpfiles --clean
10 SuccessExitStatus=DATAERR
11 IOSchedulingClass=idle
12diff -ur systemd-245/units.org/systemd-tmpfiles-setup-dev.service systemd-245/units/systemd-tmpfiles-setup-dev.service
13--- systemd-245/units.org/systemd-tmpfiles-setup-dev.service 2020-03-06 13:38:52.000000000 +0100
14+++ systemd-245/units/systemd-tmpfiles-setup-dev.service 2020-04-03 21:08:42.151365700 +0200
15@@ -18,5 +18,5 @@
16 [Service]
17 Type=oneshot
18 RemainAfterExit=yes
19-ExecStart=systemd-tmpfiles --prefix=/dev --create --boot
20+ExecStart=-systemd-tmpfiles --prefix=/dev --create --boot
21 SuccessExitStatus=DATAERR CANTCREAT
22diff -ur systemd-245/units.org/systemd-tmpfiles-setup.service systemd-245/units/systemd-tmpfiles-setup.service
23--- systemd-245/units.org/systemd-tmpfiles-setup.service 2020-03-06 13:38:52.000000000 +0100
24+++ systemd-245/units/systemd-tmpfiles-setup.service 2020-04-03 21:08:42.151365700 +0200
25@@ -19,5 +19,5 @@
c0ffedbd
JR
26 [Service]
27 Type=oneshot
28 RemainAfterExit=yes
881358e5
AM
29-ExecStart=systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
30+ExecStart=-systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
1bbe8306 31 SuccessExitStatus=DATAERR CANTCREAT
881358e5
AM
32diff -ur systemd-245/units.org/user/systemd-tmpfiles-clean.service systemd-245/units/user/systemd-tmpfiles-clean.service
33--- systemd-245/units.org/user/systemd-tmpfiles-clean.service 2020-03-06 13:38:52.000000000 +0100
34+++ systemd-245/units/user/systemd-tmpfiles-clean.service 2020-04-03 21:08:42.151365700 +0200
35@@ -16,6 +16,6 @@
c0ffedbd
JR
36
37 [Service]
38 Type=oneshot
881358e5
AM
39-ExecStart=systemd-tmpfiles --user --clean
40+ExecStart=-systemd-tmpfiles --user --clean
1bbe8306 41 SuccessExitStatus=DATAERR
c0ffedbd 42 IOSchedulingClass=idle
881358e5
AM
43diff -ur systemd-245/units.org/user/systemd-tmpfiles-setup.service systemd-245/units/user/systemd-tmpfiles-setup.service
44--- systemd-245/units.org/user/systemd-tmpfiles-setup.service 2020-03-06 13:38:52.000000000 +0100
45+++ systemd-245/units/user/systemd-tmpfiles-setup.service 2020-04-03 21:08:42.151365700 +0200
46@@ -18,7 +18,7 @@
47 [Service]
48 Type=oneshot
49 RemainAfterExit=yes
50-ExecStart=systemd-tmpfiles --user --create --remove --boot
51+ExecStart=-systemd-tmpfiles --user --create --remove --boot
52 SuccessExitStatus=DATAERR
53
54 [Install]
This page took 0.092023 seconds and 4 git commands to generate.