mirror of
https://git.cloudron.io/cloudron/gitea-app.git
synced 2024-11-21 15:41:01 +00:00
specific sshd config_file
This commit is contained in:
parent
ef9109b6e6
commit
a983cc6d83
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue