3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-12-29 13:12:50 +01:00
iwd/src/iwd.service.in

15 lines
221 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Wireless service
Before=network.target
Wants=network.target
[Service]
Type=dbus
BusName=net.connman.iwd
ExecStart=@libexecdir@/iwd
LimitNPROC=1
2018-10-30 11:32:26 +01:00
Restart=on-failure
[Install]
2018-05-22 18:28:02 +02:00
WantedBy=multi-user.target