This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=multi-user.target
 
- 
        
- 
    [Service]- 
        BindPaths=/var/lib/sourcehut/gitsrht/repos:/var/lib/sourcehut/gitsrht/repos
- 
        BindReadOnlyPaths=buildsrht-keys-wrapper:/usr/bin/buildsrht-keys /usr/bin/master-shell:/usr/bin/master-shell /usr/bin/runner-shell:/usr/bin/runner-shell gitsrht-keys-wrapper:/usr/bin/gitsrht-keys gitsrht-shell-wrapper:/usr/bin/gitsrht-shell gitsrht-update-hook:/usr/bin/gitsrht-update-hook
- 
        EnvironmentFile=-/etc/sysconfig/ssh
- 
        EnvironmentFile=-/etc/sysconfig/sshd
- 
        ExecReload=/bin/kill -HUP $MAINPID
- 
        ExecStart=/etc/scripts/run-sshd
- 
        ExecStart=/usr/bin/sshd -D
- 
        ExecStart=/usr/sbin/sshd -D $OPTIONS
- 
        ExecStart=/usr/sbin/sshd -D $SSHD_OPTS
- 
        ExecStartPre=/usr/sbin/sshd-gen-keys-start /usr/sbin/sshd -t $SSHD_OPTS
- 
        KillMode=process
- 
        Restart=always
- 
        Restart=on-failure
- 
        RestartPreventExitStatus=255
- 
        RestartSec=42s
- 
        TasksMax=infinity
- 
        Type=notify
- 
        Type=simple
 
- 
        
- 
    [Unit]- 
        After=network.target
- 
        After=network.target sshd-keygen.target
- 
        After=sshdgenkeys.service network.target
- 
        ConditionPathExists=/etc/inittab
- 
        DefaultDependencies=no
- 
        Description=OpenSSH Daemon
- 
        Description=OpenSSH server daemon
- 
        Description=Relax-and-Recover sshd service
- 
        Documentation=man:sshd(8) man:sshd_config(5)
- 
        Wants=sshd-keygen.target
- 
        Wants=sshdgenkeys.service
 
- 
        
Additionnal notes
Nothing here.