mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-03 07:47:20 +08:00
10 lines
248 B
Desktop File
10 lines
248 B
Desktop File
[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.
|