.
This commit is contained in:
8
templates/dropshell-agent/status.sh
Normal file
8
templates/dropshell-agent/status.sh
Normal file
@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# STATUS SCRIPT
|
||||
# The status script is OPTIONAL.
|
||||
# It is used to return the status of the service (0 is healthy, 1 is unhealthy).
|
||||
# It is called with the path to the server specific env file as an argument.
|
||||
|
||||
return 0
|
Reference in New Issue
Block a user