mirror of
https://git.korhonen.cc/FunctionalHacker/dotfiles.git
synced 2024-11-01 03:20:29 +00:00
b1335a3628
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
15 lines
285 B
Desktop File
Executable File
15 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
|