mirror of https://github.com/nymea/nymea.git
16 lines
296 B
INI
16 lines
296 B
INI
[Unit]
|
|
Description=guhd - IoT server
|
|
Documentation=https://github.com/guh/guh/wiki
|
|
After=network.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/guhd -n --print-all
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
Restart=on-failure
|
|
Type=simple
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|