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 00a5188d05 fix unit
change systemd service file
2019-04-01 20:48:17 +02:00

15 lines
292 B
Desktop File

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