systemctl stuck when run restart

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

I installed the latest git version of openssh-portable, and make the
following ssh.service file:

$ cat /lib/systemd/system/ssh.service
[Unit]
Description=OpenBSD Secure Shell server
After=network.target auditd.service
ConditionPathExists=!/usr/local/etc/sshd_not_to_be_run

[Service]
EnvironmentFile=-/usr/local/etc/default/ssh
ExecStartPre=/usr/local/sbin/sshd -t
ExecStart=/usr/local/sbin/sshd -D $SSHD_OPTS
ExecReload=/usr/local/sbin/sshd -t
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=on-failure
RestartPreventExitStatus=255
Type=notify

[Install]
WantedBy=multi-user.target
Alias=sshd.service

With the above service file, I will stuck on the following command:

$ sudo systemctl stop ssh
$ sudo systemctl start ssh
^C
werner@localhost:~/software/openssh$ sudo systemctl restart ssh
^C

If I don't hit ^C, the command will stuck there for ever.

Any hints?
-- 
Hongsheng Zhao <hongyi.zhao@xxxxxxxxx>
Institute of Semiconductors, Chinese Academy of Sciences
GnuPG DSA: 0xD108493
_______________________________________________
systemd-devel mailing list
systemd-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/systemd-devel




[Index of Archives]     [LARTC]     [Bugtraq]     [Yosemite Forum]     [Photo]

  Powered by Linux