mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-20 16:37:48 +02:00
move systemd conf to right place, do not use 777 for logs
This commit is contained in:
parent
9ef2f57a28
commit
16d92b21da
2 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue