blob: 862fe7c3ba1520242fc51ab8f6154e4a52888cf4 [file] [edit]
[Unit]
Description=Control Manager Main Service
After=iarmbusd.service securemount.service tr69hostif.service dsmgr.service
Requires=iarmbusd.service dsmgr.service
Wants=tr69hostif.service
[Service]
Type=notify
EnvironmentFile=/etc/device.properties
ExecStartPre=/bin/systemctl set-environment CTRLM_RESTART_DELAY=5
ExecStart=/usr/bin/controlMgr
ExecStopPost=/bin/sh -c '/bin/sleep $CTRLM_RESTART_DELAY'
RestartSec=100ms
Restart=always
[Install]
WantedBy=multi-user.target