Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
32b26b5783 | |||
6f2db37dff |
3
ssm
3
ssm
@@ -280,6 +280,7 @@ info() {
|
||||
"$_status_label" "$_status"
|
||||
"Exec" "${service_command[*]} ${service_args[*]}"
|
||||
"Respawn" "${service_respawn:-false}"
|
||||
"Config path" "${service_config}"
|
||||
)
|
||||
|
||||
[[ "$_status" == 'yes' ]] && {
|
||||
@@ -378,7 +379,7 @@ main() {
|
||||
service_path+=( '/etc/ssm/services' "$rundir/services" "$usrdir/services" )
|
||||
|
||||
# Common config path
|
||||
cfg_path+=( '/etc/ssm/conf.d' )
|
||||
cfg_path+=( '/etc/ssm' )
|
||||
|
||||
# Load custom functions
|
||||
for (( idx=${#cfg_path[@]}-1; idx>=0; idx-- )); do
|
||||
|
Reference in New Issue
Block a user