mirror of
https://github.com/luzifer-ansible/docker-compose.git
synced 2024-11-09 22:10:02 +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]
|
[Service]
|
||||||
Type=oneshot
|
Type=oneshot
|
||||||
|
|
||||||
ExecStart=/bin/systemctl reload docker-compose.service
|
ExecStart=/bin/systemctl reload-or-restart docker-compose.service
|
||||||
|
|
||||||
- name: Install docker-compose-reload.timer
|
- name: Install docker-compose-reload.timer
|
||||||
copy:
|
copy:
|
||||||
|
|
Loading…
Reference in a new issue