浏览代码

specific sshd config_file

Girish Ramakrishnan 9 年之前
父节点
当前提交
a983cc6d83
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      supervisor/sshd.conf

+ 1 - 1
supervisor/sshd.conf

@@ -1,6 +1,6 @@
 [program:sshd]
 directory=/
-command=/usr/sbin/sshd -D
+command=/usr/sbin/sshd -f /run/gogs/sshd_config -D
 user=root
 autostart=true
 autorestart=true