Skip to content

Commit c8a9d8e

Browse files
author
Xavier Berger
committed
fix: fix systemd installation in Makefile
1 parent 527e10b commit c8a9d8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ ifeq (${STARTUPSYS},upstart)
5454
endif
5555
ifeq (${STARTUPSYS},systemd)
5656
@mkdir -p ${TARGETDIR}usr/lib/systemd/system
57-
@cp -r src/usr/lib/systemd/system/* ${TARGETDIR}etc/systemd/system/
57+
@cp -r src/usr/lib/systemd/system/* ${TARGETDIR}usr/lib/systemd/system/
5858
endif
5959
@echo "Installation completed"
6060

0 commit comments

Comments
 (0)