mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
5 lines
40 B
Text
5 lines
40 B
Text
|
|
#!/bin/sh
|
||
|
|
/etc/init.d/xntp stop
|
||
|
|
|
||
|
|
exit 0
|