summaryrefslogtreecommitdiffstats
path: root/package/openssh
diff options
context:
space:
mode:
Diffstat (limited to 'package/openssh')
-rw-r--r--package/openssh/openssh.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/openssh/openssh.mk b/package/openssh/openssh.mk
index 08f3fa0f25..24af0798f4 100644
--- a/package/openssh/openssh.mk
+++ b/package/openssh/openssh.mk
@@ -36,9 +36,9 @@ endif
define OPENSSH_INSTALL_INIT_SYSTEMD
$(INSTALL) -D -m 644 package/openssh/sshd.service \
- $(TARGET_DIR)/etc/systemd/system/sshd.service
+ $(TARGET_DIR)/usr/lib/systemd/system/sshd.service
mkdir -p $(TARGET_DIR)/etc/systemd/system/multi-user.target.wants
- ln -fs ../sshd.service \
+ ln -fs ../../../../usr/lib/systemd/system/sshd.service \
$(TARGET_DIR)/etc/systemd/system/multi-user.target.wants/sshd.service
endef
OpenPOWER on IntegriCloud