Support running check-policy-rules for a specific space

DEV-2512
This commit is contained in:
Brandon Cazander 2019-07-12 15:11:24 -07:00
parent a9e1264524
commit f37d869965
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -434,7 +434,7 @@ case "$action" in
service_start $2
;;
check-policy-rules)
check_policy_rules
check_policy_rules $2
;;
*)
usage