summaryrefslogtreecommitdiff
path: root/core/openssh/sshd
diff options
context:
space:
mode:
Diffstat (limited to 'core/openssh/sshd')
-rwxr-xr-xcore/openssh/sshd2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/openssh/sshd b/core/openssh/sshd
index 1d68fb877..4bf4780f5 100755
--- a/core/openssh/sshd
+++ b/core/openssh/sshd
@@ -4,7 +4,7 @@
. /etc/rc.d/functions
. /etc/conf.d/sshd
-PIDFILE=/var/run/sshd.pid
+PIDFILE=/run/sshd.pid
PID=$(cat $PIDFILE 2>/dev/null)
if ! readlink -q /proc/$PID/exe | grep -q '^/usr/sbin/sshd'; then
PID=