mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-04-21 00:46:27 +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 ]
|
||||
then
|
||||
touch $LOG_FILE
|
||||
chmod 777 $LOG_FILE
|
||||
chmod 700 $LOG_FILE
|
||||
fi
|
||||
|
||||
#Run command to start daemons
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue