mirror of
https://gitlab.postmarketos.org/postmarketOS/pmaports.git
synced 2025-07-23 14:55:14 +03:00
Let's put everything systemd related in an extra-repos directory, so it is clear that the packages from here will end up in a separate, optional binary package repository.
14 lines
255 B
Desktop File
14 lines
255 B
Desktop File
[Unit]
|
|
Description=OpenSSH Daemon
|
|
Wants=sshdgenkeys.service
|
|
After=sshdgenkeys.service
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/sshd.pam -D
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
KillMode=process
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|