refactor: move minimal-deployment to monorepo

This commit is contained in:
2023-03-14 17:36:01 +01:00
parent c09ecbb4b5
commit bbed8bf182
9 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
[Unit]
Description=Restarts the "minimal-connector-0.23" container
[Service]
Type=oneshot
User=root
ExecStart=/usr/bin/env docker restart minimal-connector-0.23
[Install]
WantedBy=multi-user.target