reconverted to simple drupal env (we'll use progressive decoupling)

This commit is contained in:
2024-07-09 12:48:06 +02:00
parent 7c331df2b2
commit 13e3577288
19 changed files with 32 additions and 184 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