[Unit] Description=StarlingX Maintenance Command Handler Client After=network.target syslog.service config.service Before=pmon.service [Service] Type=forking ExecStart=/etc/init.d/mtcClient start ExecStop=/etc/init.d/mtcClient stop ExecReload=/etc/init.d/mtcClient reload PIDFile=/var/run/mtcClient.pid KillMode=process SendSIGKILL=no # Process recovery is handled by pmond if its running. # Delay 10 seconds to give pmond a chance to recover # before systemd kicks in to do it as a backup plan. Restart=always RestartSec=10 [Install] WantedBy=multi-user.target