mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 20:40:15 +02:00
This comprises of the service file to be copied into the systemctl directory, plus Bridgehead start and stop scripts for both systemctl and for the administrator on the command line.
15 lines
258 B
Desktop File
15 lines
258 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=on-failure
|
|
RestartSec=36000
|
|
KillMode=mixed
|
|
|
|
[Install]
|
|
WantedBy=multi.user.target
|
|
|