]> git.pld-linux.org Git - packages/systemd.git/blame - tmpfiles-not-fatal.patch
up to 248.2
[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
681ad19c 35@@ -16,7 +16,7 @@
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
681ad19c 43 Slice=background.slice
881358e5
AM
44diff -ur systemd-245/units.org/user/systemd-tmpfiles-setup.service systemd-245/units/user/systemd-tmpfiles-setup.service
45--- systemd-245/units.org/user/systemd-tmpfiles-setup.service 2020-03-06 13:38:52.000000000 +0100
46+++ systemd-245/units/user/systemd-tmpfiles-setup.service 2020-04-03 21:08:42.151365700 +0200
47@@ -18,7 +18,7 @@
48 [Service]
49 Type=oneshot
50 RemainAfterExit=yes
51-ExecStart=systemd-tmpfiles --user --create --remove --boot
52+ExecStart=-systemd-tmpfiles --user --create --remove --boot
53 SuccessExitStatus=DATAERR
54
55 [Install]
This page took 0.051909 seconds and 4 git commands to generate.