mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2024-11-18 18:29:29 +01:00
10 lines
126 B
SYSTEMD
10 lines
126 B
SYSTEMD
|
[Unit]
|
||
|
Description=Wireless service
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=@libexecdir@/iwd
|
||
|
LimitNPROC=1
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=network-pre.target
|