mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-13 08:39:47 +03:00
This is inspired by the units shipped by Fedora and Debian: https://salsa.debian.org/ssh-team/openssh/-/blob/master/debian/systemd/sshd@.service https://src.fedoraproject.org/rpms/openssh/blob/rawhide/f/sshd%40.service Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6566 [ci:skip-build]: already built successfully in CI
9 lines
216 B
Desktop File
9 lines
216 B
Desktop File
[Unit]
|
|
Description=OpenSSH per-connection server daemon
|
|
Documentation=man:sshd(8) man:sshd_config(5)
|
|
Wants=sshdgenkeys.target
|
|
After=sshdgenkeys.target
|
|
|
|
[Service]
|
|
ExecStart=-/usr/sbin/sshd.pam -i
|
|
StandardInput=socket
|