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.
8 lines
547 B
8 lines
547 B
|
1 month ago
|
# v1.6.0: dpworld-network-apply.service 는 펌웨어 소유 oneshot 으로 Requires=dpworld-network-seed.service
|
||
|
|
# 를 걸어, 재부팅 후 web-configurator 가 systemctl start 로 온디맨드 호출하면 seed(boot-only
|
||
|
|
# oneshot)가 inactive → "Dependency failed" rc=1 (.56 실측, 수락 #6 C-2). seed 는 부팅 순서
|
||
|
|
# 보장용일 뿐 apply.sh 자체는 자족적이므로 런타임 Requires 를 비워 온디맨드 호출을 가능케 한다.
|
||
|
|
# (After= 는 부팅 순서용으로 유지 — 부팅 이후엔 무해.)
|
||
|
|
[Unit]
|
||
|
|
Requires=
|