removed pid_dir (#1906)

This commit is contained in:
mmetc 2022-12-02 13:42:43 +01:00 committed by GitHub
parent 7c3dbffcc6
commit fa0e590778
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 0 additions and 5 deletions

View file

@ -1,6 +1,5 @@
common:
daemonize: true
pid_dir: /var/run/
log_media: file
log_level: info
log_dir: /var/log/

View file

@ -1,6 +1,5 @@
common:
daemonize: true
pid_dir: /tmp/
log_media: stdout
log_level: info
working_dir: .

View file

@ -1,6 +1,5 @@
common:
daemonize: false
pid_dir: /var/run/
log_media: stdout
log_level: info
log_dir: /var/log/

View file

@ -1,6 +1,5 @@
common:
daemonize: false
pid_dir: /var/run/
log_media: stdout
log_level: info
log_dir: /var/log/

View file

@ -1,6 +1,5 @@
common:
daemonize: false
pid_dir: /tmp/
log_media: stdout
log_level: info
working_dir: .