Dr. Werner Fink 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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 15 14:12:57 UTC 2014 - werner@suse.de
- Change klogd.service to use BindsTo instead of BindTo
-------------------------------------------------------------------
Mon Dec 9 09:40:03 UTC 2013 - werner@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package syslogd
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed