mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
systemd/cpi.service: Add RemainAfterExit=yes
Noticed this while looking at the unit file for a different RHEL CoreOS issue. See https://github.com/ostreedev/ostree/pull/1697 and https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=750683 Omitting this can cause the service to run multiple times if something else ends up depending on it, which I'm guessing we don't want. Closes: https://github.com/ibm-s390-tools/s390-tools/pull/72 Signed-off-by: Colin Walters <walters@verbum.org> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
3b402a0630
commit
7e832da790
@@ -15,6 +15,7 @@ ConditionPathIsReadWrite=/sys/firmware/cpi
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
RemainAfterExit=yes
|
||||
#
|
||||
# Specify a file with the environment variables using the EnvironmentFile=
|
||||
# service property.
|
||||
|
||||
Reference in New Issue
Block a user