Support running check-policy-rules for a specific space
DEV-2512
This commit is contained in:
parent
a9e1264524
commit
f37d869965
@ -6,7 +6,7 @@ After=node.service
|
||||
[Service]
|
||||
Type=simple
|
||||
RemainAfterExit=true
|
||||
ExecStartPre=/usr/local/bin/yap start-all
|
||||
ExecStart=/usr/local/bin/yap start-all
|
||||
ExecStop=/usr/local/bin/yap stop-all
|
||||
ExecReload=/usr/local/bin/yap reload
|
||||
Restart=on-failure
|
||||
|
@ -434,7 +434,7 @@ case "$action" in
|
||||
service_start $2
|
||||
;;
|
||||
check-policy-rules)
|
||||
check_policy_rules
|
||||
check_policy_rules $2
|
||||
;;
|
||||
*)
|
||||
usage
|
||||
|
Loading…
x
Reference in New Issue
Block a user