]> git.pld-linux.org Git - packages/systemd.git/blob - tmpfiles-not-fatal.patch
up to 252
[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,7 +17,7 @@
5  
6  [Service]
7  Type=oneshot
8 -ExecStart=systemd-tmpfiles --clean
9 +ExecStart=-systemd-tmpfiles --clean
10  SuccessExitStatus=DATAERR
11  IOSchedulingClass=idle
12  LoadCredential=tmpfiles.extra
13 diff -ur systemd-245/units.org/systemd-tmpfiles-setup-dev.service systemd-245/units/systemd-tmpfiles-setup-dev.service
14 --- systemd-245/units.org/systemd-tmpfiles-setup-dev.service    2020-03-06 13:38:52.000000000 +0100
15 +++ systemd-245/units/systemd-tmpfiles-setup-dev.service        2020-04-03 21:08:42.151365700 +0200
16 @@ -18,6 +18,6 @@
17  [Service]
18  Type=oneshot
19  RemainAfterExit=yes
20 -ExecStart=systemd-tmpfiles --prefix=/dev --create --boot
21 +ExecStart=-systemd-tmpfiles --prefix=/dev --create --boot
22  SuccessExitStatus=DATAERR CANTCREAT
23  LoadCredential=tmpfiles.extra
24 diff -ur systemd-245/units.org/systemd-tmpfiles-setup.service systemd-245/units/systemd-tmpfiles-setup.service
25 --- systemd-245/units.org/systemd-tmpfiles-setup.service        2020-03-06 13:38:52.000000000 +0100
26 +++ systemd-245/units/systemd-tmpfiles-setup.service    2020-04-03 21:08:42.151365700 +0200
27 @@ -19,7 +19,7 @@
28  [Service]
29  Type=oneshot
30  RemainAfterExit=yes
31 -ExecStart=systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
32 +ExecStart=-systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
33  SuccessExitStatus=DATAERR CANTCREAT
34  LoadCredential=tmpfiles.extra
35  LoadCredential=login.motd
36 diff -ur systemd-245/units.org/user/systemd-tmpfiles-clean.service systemd-245/units/user/systemd-tmpfiles-clean.service
37 --- systemd-245/units.org/user/systemd-tmpfiles-clean.service   2020-03-06 13:38:52.000000000 +0100
38 +++ systemd-245/units/user/systemd-tmpfiles-clean.service       2020-04-03 21:08:42.151365700 +0200
39 @@ -16,7 +16,7 @@
40  
41  [Service]
42  Type=oneshot
43 -ExecStart=systemd-tmpfiles --user --clean
44 +ExecStart=-systemd-tmpfiles --user --clean
45  SuccessExitStatus=DATAERR
46  IOSchedulingClass=idle
47  Slice=background.slice
48 diff -ur systemd-245/units.org/user/systemd-tmpfiles-setup.service systemd-245/units/user/systemd-tmpfiles-setup.service
49 --- systemd-245/units.org/user/systemd-tmpfiles-setup.service   2020-03-06 13:38:52.000000000 +0100
50 +++ systemd-245/units/user/systemd-tmpfiles-setup.service       2020-04-03 21:08:42.151365700 +0200
51 @@ -18,7 +18,7 @@
52  [Service]
53  Type=oneshot
54  RemainAfterExit=yes
55 -ExecStart=systemd-tmpfiles --user --create --remove --boot
56 +ExecStart=-systemd-tmpfiles --user --create --remove --boot
57  SuccessExitStatus=DATAERR
58  
59  [Install]
This page took 1.130558 seconds and 3 git commands to generate.