mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 17:40:15 +02:00
Some fixes after review with Martin
This commit is contained in:
@ -8,9 +8,9 @@ RestartSec=30
|
||||
|
||||
WorkingDirectory=/srv/docker/bridgehead/
|
||||
|
||||
ExecStart=/srv/docker/bridgehead/start-bridgehead.sh %i
|
||||
RemainAfterExit=true
|
||||
ExecStop=/srv/docker/bridgehead/stop-bridgehead.sh %i
|
||||
ExecStartPre=exec /srv/docker/bridgehead/stop-bridgehead.sh %i
|
||||
ExecStart=exec /srv/docker/bridgehead/start-bridgehead.sh %i
|
||||
ExecStop=exec /srv/docker/bridgehead/stop-bridgehead.sh %i
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
WantedBy=multi-user.target
|
||||
|
Reference in New Issue
Block a user