[Unit] Description=Label printer webservice ConditionPathExists=/home/techinc/label_printer After=network.target [Service] Type=simple User=techinc Group=lp WorkingDirectory=/home/techinc/label_printer ExecStart=sh -c "/bin/python3 app.py 2>&1 | tee /home/techinc/log/labelprinter.log" Restart=on-failure RestartSec=10 StandardOutput=syslog StandardError=syslog SyslogIdentifier=labelapi [Install] WantedBy=multi-user.target