提交 3c9e40a1 编写于 作者: G Guido Günther

Don't depend on syslog.service

Syslog is socket activated since at least systemd v35 so we can drop
this dependency. Debian's linitian otherwise complains about it.

References:

    http://www.freedesktop.org/wiki/Software/systemd/syslog/
    http://lintian.debian.org/tags/systemd-service-file-refers-to-obsolete-target.html
上级 8836c1f8
[Unit]
Description=Virtual machine lock manager
Requires=virtlockd.socket
After=syslog.target
[Service]
EnvironmentFile=-/etc/sysconfig/virtlockd
......
[Unit]
Description=Suspend Active Libvirt Guests
After=syslog.target network.target
After=network.target
[Service]
EnvironmentFile=-/etc/sysconfig/libvirt-guests
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册