iwd/src/iwd.service.in

23 lines
394 B
SYSTEMD

[Unit]
Description=Wireless service
Before=network.target
Wants=network.target
[Service]
Type=dbus
BusName=net.connman.iwd
ExecStart=@libexecdir@/iwd
LimitNPROC=1
Restart=on-failure
PrivateTmp=true
NoNewPrivileges=true
PrivateDevices=true
ProtectHome=yes
ProtectSystem=strict
ReadWritePaths=/var/lib/iwd/
ProtectControlGroups=yes
ProtectKernelModules=yes
[Install]
WantedBy=multi-user.target