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-networkmanager/debian/nymea-networkmanager.service
2020-10-19 13:27:22 +02:00

16 lines
462 B
Desktop File

[Unit]
Description=Daemon for nymea to configure wifi network using a Bluetooth LE connection
Documentation=https://github.com/nymea/nymea-networkmanager
Requires=bluetooth.target bluetooth.service NetworkManager.service
After=bluetooth.service bluetooth.target network.target multi-user.target
[Service]
ExecStart=/usr/bin/nymea-networkmanager -d
StandardOutput=journal
StandardError=journal
Restart=on-failure
Type=simple
[Install]
WantedBy=graphical.target