mirror of
https://github.com/opnsense/src.git
synced 2026-04-22 14:49:36 -04:00
7 lines
75 B
Text
7 lines
75 B
Text
|
|
#!/bin/sh
|
||
|
|
if [ -x /etc/init.d/xntp ]
|
||
|
|
then
|
||
|
|
/etc/init.d/xntp stop
|
||
|
|
fi
|
||
|
|
exit 0
|