move scripts to a separate dir

This commit is contained in:
2018-11-18 18:02:32 +03:30
parent 33bcd17dd9
commit c895106c03
6 changed files with 0 additions and 0 deletions

4
scripts/disable-ntpd Normal file
View File

@ -0,0 +1,4 @@
(
service ntpd stop
sysrc ntpd_enable=NO
) && echo "stopped and disabled ntpd service"