1
2
3
4
5
6 #
# !!! This file is managed by Ansible !!!
#
[Service]
ExecStartPost=/bin/sh -c 'until nc -z 127.0.0.1 8086; do sleep 0.2; done'
My personal ansible roles and playbooks [deprecated in favor of nixos]
1
2
3
4
5
6 #
# !!! This file is managed by Ansible !!!
#
[Service]
ExecStartPost=/bin/sh -c 'until nc -z 127.0.0.1 8086; do sleep 0.2; done'