From 3ddcc6036575bb2f52bd3514a12fd6633e65b1b3 Mon Sep 17 00:00:00 2001 From: aj970-crypto Date: Thu, 18 Dec 2025 10:10:16 +0530 Subject: [PATCH] Update CcspMtaAgentSsp.service --- systemd_units/CcspMtaAgentSsp.service | 1 - 1 file changed, 1 deletion(-) diff --git a/systemd_units/CcspMtaAgentSsp.service b/systemd_units/CcspMtaAgentSsp.service index db2a2e1fe..a45c38aed 100644 --- a/systemd_units/CcspMtaAgentSsp.service +++ b/systemd_units/CcspMtaAgentSsp.service @@ -28,7 +28,6 @@ Environment="Subsys=eRT." Environment="LOG4C_RCPATH=/etc" EnvironmentFile=/etc/device.properties WorkingDirectory=/usr/ccsp/mta -ExecStartPre=/bin/sh -c 'sleep 30' ExecStart=/bin/sh -c '/usr/bin/CcspMtaAgentSsp -subsys $Subsys' ExecStopPost=/bin/sh -c 'echo "`date`: Stopping/Restarting CcspMtaAgentSsp" >> ${PROCESS_RESTART_LOG}' Restart=always