CC-4313Make sure any service can re-create its log file if the file is removed
-fixed
This commit is contained in:
parent
4848717d4d
commit
ec4343deb0
2 changed files with 5 additions and 0 deletions
|
@ -89,6 +89,8 @@ echo "* Creating /var/log/airtime"
|
|||
mkdir -p /var/log/airtime
|
||||
chmod a+x /var/log/airtime
|
||||
chown www-data:www-data /var/log/airtime/
|
||||
chown pypo:pypo /var/log/airtime/pypo
|
||||
chown pypo:pypo /var/log/airtime/pypo-liquidsoap
|
||||
|
||||
|
||||
if [ "$web" = "t" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue