-
-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add minion to verify-deployment
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -80,9 +80,9 @@ function check_args { | |
|
||
function compute_services { | ||
# systemd services to check for symlinks | ||
SYSTEMD_LINKS+=( [email protected] nginx.service.d apache2.service.d [email protected] ) | ||
SYSTEMD_LINKS+=( [email protected] nginx.service.d apache2.service.d [email protected] [email protected] ) | ||
# units that must be active (and enabled) | ||
SYSTEMD_UNITS_ACTIVE=( nginx.service apache2.service cloud_vision_ocr@$SERVICE.service ) | ||
SYSTEMD_UNITS_ACTIVE=( nginx.service apache2.service cloud_vision_ocr@$SERVICE.service [email protected] ) | ||
# units that must be enabled | ||
SYSTEMD_UNITS_ENABLED=( ) | ||
# priority request on off | ||
|