mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2026-03-31 14:17:56 +02:00
14 lines
202 B
SYSTEMD
14 lines
202 B
SYSTEMD
[Unit]
|
|
Description=Wireless service
|
|
Before=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=net.connman.iwd
|
|
ExecStart=@libexecdir@/iwd
|
|
LimitNPROC=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|