diff options
Diffstat (limited to 'support/init.d.examples/sshd.in')
-rw-r--r-- | support/init.d.examples/sshd.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/init.d.examples/sshd.in b/support/init.d.examples/sshd.in index d89224d3..db7fec90 100644 --- a/support/init.d.examples/sshd.in +++ b/support/init.d.examples/sshd.in @@ -11,7 +11,7 @@ command=/usr/sbin/sshd command_args=$sshd_args -pidfile=@VARBASE@/run/sshd.pid +pidfile=/var/run/sshd.pid required_files=/etc/ssh/sshd_config depend() |