Do not require sysconfig file to start service (#1279521)

This commit is contained in:
Jakub Jelen 2015-11-09 17:10:15 +01:00
parent ef86a312db
commit 5410d2d3a7
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ After=network.target sshd-keygen.service
Wants=sshd-keygen.service
[Service]
EnvironmentFile=/etc/sysconfig/sshd
EnvironmentFile=-/etc/sysconfig/sshd
ExecStart=/usr/sbin/sshd -D $OPTIONS
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process