nymea/data/systemd/guhd.service

15 lines
280 B
INI

[Unit]
Description=guhd - IoT server
Documentation=https://github.com/guh/guh/wiki
After=network.target syslog.target
[Service]
ExecStart=/usr/bin/guhd --print-all
StandardOutput=journal
StandardError=journal
Restart=on-failure
Type=forking
[Install]
WantedBy=multi-user.target