Skip to content

Commit

Permalink
Fixes #15084: Missing change in makefile for config file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
amousset committed Jun 14, 2019
1 parent 9ca610b commit 1507331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion relay/sources/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ install: build
# Install binary
install -m 755 relayd/target/release/rudder-relayd $(DESTDIR)/opt/rudder/bin/rudder-relayd
# Install default configuration file
install -m 644 relayd/tools/rudder-relayd.conf $(DESTDIR)/opt/rudder/etc/rudder-relayd.conf
install -m 644 relayd/tools/config/main.conf $(DESTDIR)/opt/rudder/etc/relayd/main.conf
install -m 644 relayd/tools/config/logging.conf $(DESTDIR)/opt/rudder/etc/relayd/logging.conf
# Install service
install -m 644 systemd/rudder-relayd.service $(DESTDIR)/usr/lib/systemd/system/rudder-relayd.service
# Install man pages
Expand Down

0 comments on commit 1507331

Please sign in to comment.