Skip to content

Commit

Permalink
Reorg: move condor_master_wrapper to sbin
Browse files Browse the repository at this point in the history
This changes its path inside the container to /usr/local/sbin/condor_master_wrapper
  • Loading branch information
matyasselmeci committed Nov 9, 2023
1 parent 3fadc7c commit 77de141
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion 10-htcondor.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[program:condor_master]
command=/usr/sbin/condor_master_wrapper
command=/usr/local/sbin/condor_master_wrapper
autorestart=unexpected
startsecs=60
stdout_logfile=/dev/stdout
Expand Down
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -131,9 +131,6 @@ RUN git clone --branch ${OSG_FLOCK_BRANCH} https://github.com/${OSG_FLOCK_REPO}
# cleanup \
&& cd .. && rm -rf osg-flock

COPY condor_master_wrapper /usr/sbin/
RUN chmod 755 /usr/sbin/condor_master_wrapper

# Override the software-base supervisord.conf to throw away supervisord logs
COPY supervisord.conf /etc/supervisord.conf

Expand Down
File renamed without changes.

0 comments on commit 77de141

Please sign in to comment.