wpa_supplicant/wpa_supplicant.service
Tom "spot" Callaway 0920b823e3 convert to systemd
2011-09-08 14:30:41 -04:00

13 lines
303 B
Desktop File

[Unit]
Description=WPA Supplicant daemon
After=syslog.target network.target
[Service]
Type=forking
EnvironmentFile=-/etc/sysconfig/wpa_supplicant
ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf $INTERFACES $DRIVERS -B -u $OTHER_ARGS
[Install]
WantedBy=multi-user.target