move systemd conf to right place, do not use 777 for logs
This commit is contained in:
parent
9ef2f57a28
commit
16d92b21da
|
@ -19,7 +19,7 @@ fi
|
||||||
if [ ! -f $LOG_FILE ]
|
if [ ! -f $LOG_FILE ]
|
||||||
then
|
then
|
||||||
touch $LOG_FILE
|
touch $LOG_FILE
|
||||||
chmod 777 $LOG_FILE
|
chmod 700 $LOG_FILE
|
||||||
fi
|
fi
|
||||||
|
|
||||||
#Run command to start daemons
|
#Run command to start daemons
|
||||||
|
|
Loading…
Reference in New Issue