- NTP client syncs from configurable pools and servers - NTP server mode serves time to LAN clients - Web UI dashboard showing sync status, sources, and clients - Supports iburst and maxsources options Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
5 lines
71 B
Plaintext
5 lines
71 B
Plaintext
#!/command/with-contenv bash
|
|
|
|
cd /var/www
|
|
exec python3 /var/www/app.py
|