mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-10 10:24:37 +08:00
10 lines
248 B
SYSTEMD
10 lines
248 B
SYSTEMD
|
[Unit]
|
||
|
Description=Wi-Fi Security Service
|
||
|
|
||
|
[Service]
|
||
|
Type=dbus
|
||
|
BusName=fi.epitest.hostap.WPASupplicant
|
||
|
ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf -u
|
||
|
|
||
|
# Hmm, a WantedBy=multi-user.target probably makes sense here.
|