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
2019-04-02 01:02:45 +02:00

16 lines
296 B
Desktop File

[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