Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:GA
systemd-mini
0001-initrd-parse-etc.service-ignore-return-cod...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-initrd-parse-etc.service-ignore-return-code-of-daemo.patch of Package systemd-mini
From f3b8fbb1da6519e14985ea444f8304673d20ad3f Mon Sep 17 00:00:00 2001 From: Harald Hoyer <harald@redhat.com> Date: Wed, 3 Sep 2014 13:28:31 +0200 Subject: [PATCH] initrd-parse-etc.service: ignore return code of daemon-reload It seems the return code of systemctl daemon-reload can be !=0 in some circumstances, which causes a failure of the unit and breaks booting in the initrd. --- units/initrd-parse-etc.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git units/initrd-parse-etc.service.in units/initrd-parse-etc.service.in index c0b2543..42c059b 100644 --- units/initrd-parse-etc.service.in +++ units/initrd-parse-etc.service.in @@ -16,7 +16,7 @@ ConditionPathExists=/etc/initrd-release [Service] Type=oneshot -ExecStartPre=@rootbindir@/systemctl daemon-reload +ExecStartPre=-@rootbindir@/systemctl daemon-reload # we have to retrigger initrd-fs.target after daemon-reload ExecStart=-@rootbindir@/systemctl --no-block start initrd-fs.target ExecStart=@rootbindir@/systemctl --no-block start initrd-cleanup.service -- 1.7.9.2
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor