Dr. Werner Fink 2014-09-01 09:19:37 +00:00 committed by Git OBS Bridge
parent 3fd49ef9d3
commit 954ca5ade3
2 changed files with 7 additions and 1 deletions

View File

@ -23,7 +23,6 @@ After=local-fs.target
Before=syslog.service default.target
RefuseManualStart=true
ConditionPathIsDirectory=/var/log
Alias=bootmsg.service
[Service]
Type=oneshot
@ -37,3 +36,4 @@ ExecStart=/bin/sh -c "test -c /dev/tty10 && /usr/sbin/klogconsole $KLOGCONSOLE_P
[Install]
WantedBy=basic.target
Alias=bootmsg.service

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Sep 1 09:17:40 UTC 2014 - werner@suse.de
- Klog service: Move the Alias tag from Unit section to the Install
section bnc#893741
-------------------------------------------------------------------
Fri Aug 22 15:35:06 UTC 2014 - werner@suse.de