Add first bunch of scripts

This commit is contained in:
2018-11-18 09:07:03 +03:30
parent 0872b56f73
commit 28e708583a
4 changed files with 5 additions and 0 deletions

1
disable-periodic-scripts Normal file
View File

@ -0,0 +1 @@
grep _enable= /etc/defaults/periodic.conf | sed 's#YES#NO#g' > /etc/periodic.conf && echo "disabled all periodic scripts"