- Move all supervisor logs from /tmp to /var/log/supivisor,

- Add /var/log/init & var/log/supervisor volumes.
This commit is contained in:
2024-11-11 22:56:40 +01:00
parent 28e24b2bd9
commit 1ac4e60906
7 changed files with 53 additions and 25 deletions

4
var/log/init/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore

4
var/log/supervisor/.gitignore vendored Normal file
View File

@@ -0,0 +1,4 @@
# Ignore everything in this directory
*
# Except this file
!.gitignore