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 authored and timopollmeier committed Dec 2, 2024
1 parent 3a252c6 commit 21dec6c
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 21dec6c

Please sign in to comment.