You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
616 B
11 lines
616 B
# deploy/dpworld-net-recover.service
|
|
# v1.6.0 (spec §7): apply.sh 의 wlan 모듈 완전 다운 사각지대 복구.
|
|
# 웹/watchdog 이 systemctl start 로만 호출 — web-configurator 샌드박스의
|
|
# ProtectKernelModules=yes 를 유지하기 위해 modprobe 를 이 유닛에 위임.
|
|
# modprobe -r(제거) 는 의도적으로 미포함 — 과거 ExecStopPost=modprobe -r 사고 재발 방지.
|
|
[Unit]
|
|
Description=DP World network recovery (wlan module + wpa restart)
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/bin/sh -c 'modprobe wlan_cnss_core_pcie; modprobe wlan; systemctl try-restart wpa_supplicant@wlan0.service'
|
|
|