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/nymead.service

17 lines
354 B
Desktop File

[Unit]
Description=nymead - IoT server
Documentation=https://github.com/guh/nymea/wiki
After=network.target
Wants=network-online.target
[Service]
Environment=QT_LOGGING_CONF=/etc/nymea/logging.conf
ExecStart=/usr/bin/nymead -n --print-all
StandardOutput=journal
StandardError=journal
Restart=on-failure
Type=simple
[Install]
WantedBy=multi-user.target