options in config file can still be overridden with the command line arguments that existed all along.
16 lines
342 B
Desktop File
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
|
|
|