3
0
mirror of https://git.kernel.org/pub/scm/network/wireless/iwd.git synced 2024-10-04 18:38:48 +02:00
iwd/tools/run-iwd.sh
2019-09-08 22:10:28 +02:00

22 lines
600 B
Bash
Executable File

#!/bin/bash
systemd-run \
--pty --wait --collect \
--unit=iwd.service \
--service-type=dbus \
--property=BusName=net.connman.iwd \
--property=NotifyAccess=main \
--property=LimitNPROC=1 \
--property=Restart=on-failure \
--property=PrivateTmp=true \
--property=NoNewPrivileges=true \
--property=DevicePolicy=closed \
--property=DeviceAllow=/dev/rfkill\ rw \
--property=ProtectHome=yes \
--property=ProtectSystem=strict \
--property=ProtectControlGroups=yes \
--property=ProtectKernelModules=yes \
--property=StateDirectory=iwd \
--property=ConfigurationDirectory=iwd \
./src/iwd $*