Skip to content

Commit

Permalink
Fix: add LIBDIR to SYSTEMD_SERVICE_DIR config
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmundell committed Oct 8, 2024
1 parent 04071fa commit 79aa07a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@
# You should have received a copy of the GNU Affero General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.


if (NOT SYSTEMD_SERVICE_DIR)
set (SYSTEMD_SERVICE_DIR "/lib/systemd/system")
set (SYSTEMD_SERVICE_DIR "${LIBDIR}/systemd/system")
endif (NOT SYSTEMD_SERVICE_DIR)

if (NOT LOGROTATE_DIR)
Expand Down

0 comments on commit 79aa07a

Please sign in to comment.