]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blame - openssh/systemd/openssh.service
grubby: Update to version 8.9.
[people/arne_f/ipfire-3.x.git] / openssh / systemd / openssh.service
CommitLineData
99c42052
SS
1[Unit]
2Description=OpenSSH Server
3After=network.target
4
5[Service]
6ExecStartPre=/usr/lib/openssh/ssh-keygen
7ExecStart=/usr/sbin/sshd -D
8ExecReload=/bin/kill -HUP $MAINPID
0f7866b5 9Restart=always
99c42052
SS
10
11[Install]
12WantedBy=multi-user.target