6 lines
138 B
Bash
Executable File
6 lines
138 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# Logic to check if the service is running correctly
|
|
# Executed when sv check is issued
|
|
# Reposrts success when exit code is 0
|