This repository has been archived on 2026-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
powersync-core/data/systemd/guhd.service
Simon Stürz a0978fcf98 change guhd service file
close #272
add awattar documentation
2019-04-01 20:48:17 +02:00

16 lines
308 B
Desktop File

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