Cherry picked the stop/start files from ehds2_develop branch

This commit is contained in:
DavidCroftDKFZ
2024-07-17 09:27:32 +02:00
parent c15c3962a7
commit 353fc010cb
5 changed files with 175 additions and 0 deletions

14
ecdc.service Normal file
View File

@ -0,0 +1,14 @@
[Unit]
Description=Start ECDC Bridgehead
[Service]
Type=simple
ExecStart=/srv/docker/bridgehead/restart_service.sh
ExecStop=/srv/docker/bridgehead/shutdown_service.sh
Restart=on-failure
RestartSec=36000
KillMode=mixed
[Install]
WantedBy=multi.user.target