5 lines
108 B
Bash
Executable File
5 lines
108 B
Bash
Executable File
#!/bin/sh
|
|
# Copyright 1999-2025. WebPros International GmbH. All rights reserved.
|
|
|
|
exec /usr/bin/monit "$@"
|