2014-01-15 14:13:33 +00:00
committed by Git OBS Bridge
parent 557adf6f6f
commit ab5930074f
3 changed files with 8 additions and 3 deletions

View File

@@ -14,14 +14,14 @@
# Service this file should be masked by a symbolic link
# from /etc/systemd/system/klogd.service to /dev/null.
#
# If klogd.service is started then BindTo=syslog.service
# If klogd.service is started then BindsTo=syslog.service
# within unit section to make it disappear if syslogd dies.
#
[Unit]
Description=System Kernel Logging Service
Requisite=syslog.service
BindTo=syslog.service
BindsTo=syslog.service
After=syslog.service
RefuseManualStart=true