15 lines
333 B
SYSTEMD
15 lines
333 B
SYSTEMD
[Unit]
|
|
Description=[::SATS::] Dynamic Wireless Credentials (%i)
|
|
Requires=network-online.target
|
|
BindsTo=sys-subsystem-net-devices-%i.device
|
|
After=sys-subsystem-net-devices-%i.device network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
|
|
ExecStart=/bin/bash /etc/wpa_supplicant/%i.dwc
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|