2022-02-16 09:59:53 +01:00
|
|
|
[Unit]
|
|
|
|
Description=Bridgehead (%i) Service
|
|
|
|
|
|
|
|
[Service]
|
2022-07-13 13:52:02 +02:00
|
|
|
User=bridgehead
|
2022-02-16 09:59:53 +01:00
|
|
|
Restart=always
|
|
|
|
RestartSec=30
|
2022-07-13 13:52:02 +02:00
|
|
|
ExecStart=/srv/docker/bridgehead/bridgehead start %i
|
|
|
|
ExecStop=/srv/docker/bridgehead/bridgehead stop %i
|
2022-02-16 09:59:53 +01:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|