16 lines
462 B
INI
16 lines
462 B
INI
[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
|