diff options
| author | Paul Buetow <paul@buetow.org> | 2022-10-28 10:31:35 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-10-28 10:31:35 +0300 |
| commit | 4c98b2cde80aebbadbabb4f0339c8a179b66d4fb (patch) | |
| tree | c3310a507e153113bde08091f7188846a1164496 /frontends | |
| parent | 7b71623df33336f8c69b2f6d12c9cf7230e1f6e6 (diff) | |
remove dserver from commons
Diffstat (limited to 'frontends')
| -rw-r--r-- | frontends/Rexfile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/Rexfile b/frontends/Rexfile index d2e4b31..512ff48 100644 --- a/frontends/Rexfile +++ b/frontends/Rexfile @@ -394,7 +394,8 @@ task 'commons', group => 'frontends', relayd(); smtpd(); rsync(); - dtail(); + # Requires manually installing the binary! + # dtail(); failunderd(); }; |
