diff options
| author | Paul Buetow <paul@buetow.org> | 2022-05-13 09:56:31 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-05-13 09:56:31 +0100 |
| commit | d9a369d1fd46ebef44febeaaa330256b4a6f6e50 (patch) | |
| tree | 436ed32fd32c0f220cb28b6e78151ebb7d4e3028 /frontends | |
| parent | ae3999023790d5fb05106989e4286b5edbaea1c0 (diff) | |
fix hastatus
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/etc/inetd.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/etc/inetd.conf b/frontends/etc/inetd.conf index 7176af4..efddbb3 100644 --- a/frontends/etc/inetd.conf +++ b/frontends/etc/inetd.conf @@ -1,2 +1,2 @@ 127.0.0.1:11965 stream tcp nowait www /usr/local/bin/vger vger -v -*:4242 stream tcp nowait www /bin/cat cat /var/run/ha.status +*:4242 stream tcp nowait _failunderd /bin/cat cat /var/run/failunderd/status.json |
