Skip to content

Commit

Permalink
Install pscheduler-monitor with no init script (temporarily).
Browse files Browse the repository at this point in the history
  • Loading branch information
mfeit-internet2 committed Jan 29, 2016
1 parent e49db8c commit 2a32802
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions pscheduler-server/pscheduler-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,14 @@
#

PROGRAMS=\
pscheduler-ticker
pscheduler-ticker \

# TODO: Put this back.
# pscheduler-runner \
# TODO: pscheduler-runner needs to have an init script and be moved to
# PROGRAMS.

PROGRAMS_NOINIT=\
pscheduler-monitor
pscheduler-monitor \
pscheduler-runner

PROGRAMS_ALL=$(PROGRAMS) $(PROGRAMS_NOINIT)

Expand Down

0 comments on commit 2a32802

Please sign in to comment.