[Unit] Description=ems Service After=linit.service Before=emud.service [Service] Type=simple User=root Restart=on-failure RestartSec=15s ExecStart=python3 /opt/lnxall_app/bin/start_trans.py KillMode=control-group KillSignal=SIGINT SendSIGKILL=yes TimeoutStopSec=15 #StandardOutput=syslog+console #StandardError=syslog+console [Install] WantedBy=multi-user.target