4
0
mirror of https://github.com/AzuraCast/AzuraCast.git synced 2024-06-21 08:27:05 +00:00

Minor tweaks to services.

This commit is contained in:
Buster "Silver Eagle" Neece 2022-03-16 21:49:51 -05:00
parent 193f287844
commit 2d43f44e6a
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
3 changed files with 4 additions and 2 deletions

View File

@ -4,3 +4,5 @@ appendonly no
maxmemory 128mb
maxmemory-policy volatile-lfu
always-show-logo no

View File

@ -10,9 +10,9 @@ apt-get update
# cp -rT /bd_build/stations/startup_scripts/. /etc/my_init.d/
cp -rT /bd_build/stations/service.minimal/. /etc/service.minimal/
# cp -rT /bd_build/stations/service.minimal/. /etc/service.minimal/
# cp -rT /bd_build/stations/service.full/. /etc/service.full/
cp -rT /bd_build/stations/service.full/. /etc/service.full/
# Run service setup for all setup scripts
for f in /bd_build/stations/setup/*.sh; do