Files
server/opt/psa/admin/sbin/modules/watchdog/cleanup
cutemeli 0bfc6c8425 Initial
2025-12-22 10:32:59 +00:00

10 lines
161 B
Bash
Executable File

#!/usr/bin/env bash
# Copyright 1999-2024. WebPros International GmbH. All rights reserved.
main() {
killall monit || :
killall wdcollect || :
}
main "$@"