You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
328 B
16 lines
328 B
[Unit]
|
|
Description=Doskast OpenSSH server
|
|
After=network.target doskast-sshd-keygen.service
|
|
Wants=doskast-sshd-keygen.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/sshd \
|
|
-D \
|
|
-f /etc/doskast/doskast-sshd.conf
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
Restart=on-failure
|
|
RestartSec=42s
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|