mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-16 16:10:14 +02:00
15 lines
251 B
Desktop File
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
|
|
|