# 1. Replace User and Group with your preferred values
# 2. Replace path to sentiutils under the ExecStart parameter
[Unit]
Description="SentiUtils"
After=syslog.target

[Service]
Type=simple
User=senti
Group=senti
ExecStart=/home/senti/sentisystems/sentiutils config.json
WorkingDirectory=/home/senti/sentisystems/
StartLimitBurst=0
Restart=always
RestartSec=30s

[Install]
WantedBy=multi-user.target
