🔒 Repository is read-only – file editing is disabled.

pagan-scripts/services/sysd/units/sshd.service main

14 linii Raw ← Powrót
1234567891011121314
[Unit]
Description=OpenSSH Daemon
Wants=sshdgenkeys.service
After=sshdgenkeys.service
After=network.target

[Service]
ExecStart=/usr/bin/sshd -D
ExecReload=/usr/bin/kill -HUP $MAINPID
KillMode=process
Restart=always

[Install]
WantedBy=multi-user.target