Files
Arduino/uno-stats-monitor/unomond/unomond.service
2024-01-10 15:35:01 -05:00

17 lines
331 B
Desktop File

[Unit]
Description=UnomonD Service
# Notes:
# The User and/or Group needs access to dialout for the TTY
# ExecStart can be changed to /opt or /srv if you prefer
[Service]
Type=simple
User=nobody
Group=nobody
ExecStart=/usr/local/bin/unomond -d -c /usr/local/etc/unomond.conf
Restart=on-failure
[Install]
WantedBy=default.target