14 lines
285 B
Desktop File
Executable file
14 lines
285 B
Desktop File
Executable file
[Unit]
|
|
Description=Wireless service on %I
|
|
BindsTo=sys-subsystem-net-devices-%i.device
|
|
After=sys-subsystem-net-devices-%i.device
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=net.connman.iwd
|
|
ExecStart=/usr/lib/iwd/iwd --interface %i
|
|
LimitNPROC=1
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|