Files
bridgehead/ecdc.service
DavidCroftDKFZ 56cdd0dcc4 Got automatic Bridgehead restart to work
Cherry picked from ehds2_develop branch
2024-07-18 12:47:47 +02:00

15 lines
251 B
Desktop File

[Unit]
Description=Start ECDC Bridgehead
[Service]
Type=simple
ExecStart=/srv/docker/bridgehead/restart_service.sh
ExecStop=/srv/docker/bridgehead/shutdown_service.sh
Restart=always
RestartSec=36000
KillMode=mixed
[Install]
WantedBy=default.target