mirror of
https://github.com/luzifer-ansible/docker-compose.git
synced 2024-11-08 13:39:59 +00:00
In case the unit broke reload is not possible, try restarting
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ac6c5dffab
commit
1aa19a495e
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
[Service]
|
||||
Type=oneshot
|
||||
|
||||
ExecStart=/bin/systemctl reload docker-compose.service
|
||||
ExecStart=/bin/systemctl reload-or-restart docker-compose.service
|
||||
|
||||
- name: Install docker-compose-reload.timer
|
||||
copy:
|
||||
|
|
Loading…
Reference in a new issue