mirror of
https://github.com/GrapheneOS/infrastructure.git
synced 2025-11-22 16:00:25 -05:00
add syslog-ng include directory
This commit is contained in:
parent
fa03067604
commit
a05232d2f6
2 changed files with 2 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ for host in ${hosts_web[@]}; do
|
||||||
rsync --chmod=755 session-ticket-keys-create session-ticket-keys-rotate $remote:/usr/local/bin/
|
rsync --chmod=755 session-ticket-keys-create session-ticket-keys-rotate $remote:/usr/local/bin/
|
||||||
rsync -r --delete etc/systemd/system/nginx.service.d/ $remote:/etc/systemd/system/nginx.service.d
|
rsync -r --delete etc/systemd/system/nginx.service.d/ $remote:/etc/systemd/system/nginx.service.d
|
||||||
rsync etc/syslog-ng/syslog-ng.conf $remote:/etc/syslog-ng/syslog-ng.conf
|
rsync etc/syslog-ng/syslog-ng.conf $remote:/etc/syslog-ng/syslog-ng.conf
|
||||||
|
ssh $remote mkdir -p /etc/syslog-ng/conf.d
|
||||||
rsync etc/logrotate.d/nginx $remote:/etc/logrotate.d/nginx
|
rsync etc/logrotate.d/nginx $remote:/etc/logrotate.d/nginx
|
||||||
|
|
||||||
ssh $remote "mkdir -pm755 /var/cache/nginx
|
ssh $remote "mkdir -pm755 /var/cache/nginx
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
@version: 4.10
|
@version: 4.10
|
||||||
|
@include "/etc/syslog-ng/conf.d/*.conf"
|
||||||
|
|
||||||
source s_internal {
|
source s_internal {
|
||||||
internal();
|
internal();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue