move systemd conf to right place, do not use 777 for logs

This commit is contained in:
osaajani 2020-02-18 03:40:57 +01:00
parent 9ef2f57a28
commit 16d92b21da
2 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ fi
if [ ! -f $LOG_FILE ]
then
touch $LOG_FILE
chmod 777 $LOG_FILE
chmod 700 $LOG_FILE
fi
#Run command to start daemons