diff --git a/bin/start.sh b/bin/start.sh index 8d4247a..a22d9f0 100755 --- a/bin/start.sh +++ b/bin/start.sh @@ -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 diff --git a/bin/systemd/raspisms.service b/confs/systemd/raspisms.service similarity index 100% rename from bin/systemd/raspisms.service rename to confs/systemd/raspisms.service