dotfiles/root/etc/systemd/system/iwd@.service

15 lines
285 B
SYSTEMD
Raw Normal View History

[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