]> git.pld-linux.org Git - packages/systemd.git/blame - tmpfiles-not-fatal.patch
up to 252
[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
51186fee 4@@ -17,7 +17,7 @@
881358e5
AM
5
6 [Service]
7 Type=oneshot
8-ExecStart=systemd-tmpfiles --clean
9+ExecStart=-systemd-tmpfiles --clean
10 SuccessExitStatus=DATAERR
11 IOSchedulingClass=idle
51186fee 12 LoadCredential=tmpfiles.extra
881358e5
AM
13diff -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
51186fee 16@@ -18,6 +18,6 @@
881358e5
AM
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
51186fee 23 LoadCredential=tmpfiles.extra
881358e5
AM
24diff -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
51186fee 27@@ -19,7 +19,7 @@
c0ffedbd
JR
28 [Service]
29 Type=oneshot
30 RemainAfterExit=yes
881358e5
AM
31-ExecStart=systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
32+ExecStart=-systemd-tmpfiles --create --remove --boot --exclude-prefix=/dev
1bbe8306 33 SuccessExitStatus=DATAERR CANTCREAT
51186fee
JP
34 LoadCredential=tmpfiles.extra
35 LoadCredential=login.motd
881358e5
AM
36diff -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
681ad19c 39@@ -16,7 +16,7 @@
c0ffedbd
JR
40
41 [Service]
42 Type=oneshot
881358e5
AM
43-ExecStart=systemd-tmpfiles --user --clean
44+ExecStart=-systemd-tmpfiles --user --clean
1bbe8306 45 SuccessExitStatus=DATAERR
c0ffedbd 46 IOSchedulingClass=idle
681ad19c 47 Slice=background.slice
881358e5
AM
48diff -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 0.176279 seconds and 4 git commands to generate.