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/nymea-networkmanager.service
Michael Zanetti 8895221526 add a config file in /etc/nymea/nymea-networkmanager.conf
options in config file can still be overridden with the command
line arguments that existed all along.
2018-10-16 22:12:02 +02:00

16 lines
342 B
Desktop File

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