mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
14 lines
221 B
Desktop File
14 lines
221 B
Desktop File
[Unit]
|
|
Description=Wireless service
|
|
Before=network.target
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=net.connman.iwd
|
|
ExecStart=/usr/lib/iwd/iwd
|
|
LimitNPROC=1
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|