[Unit] Description=Monitor Service Before=emsd.service [Service] Type=simple User=root Restart=always WorkingDirectory=/opt/lnxall_app/bin ExecStart=/usr/bin/python3 /opt/lnxall_app/bin/ems_monitor.py Restart=always RestartSec=5 StandardOutput=syslog+console StandardError=syslog+console [Install] WantedBy=multi-user.target