]> git.pld-linux.org Git - packages/systemd.git/blob - tmpfiles-not-fatal.patch
up to 246.4
[packages/systemd.git] / tmpfiles-not-fatal.patch
1 diff -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
12 diff -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
22 diff -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 @@
26  [Service]
27  Type=oneshot
28  RemainAfterExit=yes
29 -ExecStart=systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
30 +ExecStart=-systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
31  SuccessExitStatus=DATAERR CANTCREAT
32 diff -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 @@
36  
37  [Service]
38  Type=oneshot
39 -ExecStart=systemd-tmpfiles --user --clean
40 +ExecStart=-systemd-tmpfiles --user --clean
41  SuccessExitStatus=DATAERR
42  IOSchedulingClass=idle
43 diff -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.074909 seconds and 3 git commands to generate.