summaryrefslogtreecommitdiffstats
path: root/start-ipkvm.service
diff options
context:
space:
mode:
authorBrad Bishop <bradleyb@fuzziesquirrel.com>2019-11-14 14:30:17 -0500
committerEdward A. James <eajames@us.ibm.com>2019-11-14 20:33:17 +0000
commit861337e8ec92767c4c88237ec5db494a2a67fa8d (patch)
treef195aae6d573f4ff116cd5e35388809e58dcd626 /start-ipkvm.service
parented98d07da65cd88781015538fa8aeca636e23eeb (diff)
downloadobmc-ikvm-master.tar.gz
obmc-ikvm-master.zip
systemd: Don't start without configfsHEADmaster
We cannot run without configfs. Don't attempt to start if we find ourselves in that situation. Change-Id: I67515d2eaaf982f6750aae6e90a939873338a77c Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
Diffstat (limited to 'start-ipkvm.service')
-rw-r--r--start-ipkvm.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/start-ipkvm.service b/start-ipkvm.service
index e0db0f3..5f945b3 100644
--- a/start-ipkvm.service
+++ b/start-ipkvm.service
@@ -1,5 +1,6 @@
[Unit]
Description=OpenBMC ipKVM daemon
+ConditionPathIsMountPoint=/sys/kernel/config
[Service]
Restart=always
OpenPOWER on IntegriCloud