commit | b246b509da91db98ebc326afda0d68827ef2b5f9 | [log] [tgz] |
---|---|---|
author | Andrew Geissler <geissonator@yahoo.com> | Wed Jan 23 14:49:45 2019 -0600 |
committer | Andrew Geissler <geissonator@yahoo.com> | Wed Jan 23 14:49:45 2019 -0600 |
tree | bf224a63d80bd5a0f9797f1e835edea93014d0fa | |
parent | 5c738445228bc3916d24f582fe8b82e6ef7c539e [diff] [blame] |
oneshot services should only be run once Still chasing root cause of openbmc/openbmc#3466 but either way, these services should be configured to only ever run once. They do one-time things and do not make sense to be run multiple times. Change-Id: I595a0fafe654fff44702ec11bbffd1af8b299b64 Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/recipes-phosphor/flash/openpower-software-manager/obmc-flash-bios-ubiremount.service b/recipes-phosphor/flash/openpower-software-manager/obmc-flash-bios-ubiremount.service index f52cac6..b668345 100644 --- a/recipes-phosphor/flash/openpower-software-manager/obmc-flash-bios-ubiremount.service +++ b/recipes-phosphor/flash/openpower-software-manager/obmc-flash-bios-ubiremount.service
@@ -5,7 +5,7 @@ [Service] Type=oneshot -RemainAfterExit=no +RemainAfterExit=yes ExecStart=/usr/bin/env obmc-flash-bios ubiremount SyslogIdentifier=obmc-flash-bios