ae3bd93456
It's sufficient to keep them configurable in environment file.
15 lines
331 B
Desktop File
15 lines
331 B
Desktop File
[Unit]
|
|
Description=WPA Supplicant daemon
|
|
Before=network.target
|
|
After=syslog.target
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=fi.w1.wpa_supplicant1
|
|
EnvironmentFile=-/etc/sysconfig/wpa_supplicant
|
|
ExecStart=/usr/sbin/wpa_supplicant -c /etc/wpa_supplicant/wpa_supplicant.conf $INTERFACES $DRIVERS $OTHER_ARGS
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|