updated php to 7.3, added rsyslog to php, some php.ini and nginx twix

This commit is contained in:
2019-05-28 12:52:30 +02:00
parent 8bf5be5e59
commit ceaf3963b0
10 changed files with 44 additions and 7 deletions

View File

@@ -0,0 +1,17 @@
[Unit]
Description=rsyslog
After=docker.service
Requires=docker.service
[Service]
ExecStartPre=-/usr/bin/docker rm %n
ExecStart=/usr/bin/docker run --rm \
--name %n \
-h %H \
jumanjiman/rsyslog
ExecStop=/usr/bin/docker stop %n
RestartSec=5s
Restart=always
[Install]
WantedBy=multi-user.target