From 461d410dee0dc5e5deac948ebdcc4ec75eefe682 Mon Sep 17 00:00:00 2001 From: Ananth N Mavinakayanahalli Date: Wed, 8 Mar 2017 15:05:28 +0530 Subject: opal-prd: Direct systemd to always restart opal-prd Always restart the opal-prd daemon, irrespective of why it stopped. Signed-off-by: Ananth N Mavinakayanahalli Reviewed-by: Vasant Hegde Signed-off-by: Stewart Smith --- external/opal-prd/opal-prd.service | 1 + 1 file changed, 1 insertion(+) diff --git a/external/opal-prd/opal-prd.service b/external/opal-prd/opal-prd.service index 9956912..a53d8d9 100644 --- a/external/opal-prd/opal-prd.service +++ b/external/opal-prd/opal-prd.service @@ -5,6 +5,7 @@ ConditionPathExists=/sys/firmware/devicetree/base/ibm,opal/diagnostics [Service] ExecStart=/usr/sbin/opal-prd --pnor /dev/mtd0 +Restart=always [Install] WantedBy=multi-user.target -- cgit v1.1