forked from pool/grub2
Accepting request 887910 from home:michael-chang:branches:Base:System
- Fix obsolete syslog in systemd unit file and updating to use journal as StandardOutput (bsc#1185149) * grub2-once.service OBS-URL: https://build.opensuse.org/request/show/887910 OBS-URL: https://build.opensuse.org/package/show/Base:System/grub2?expand=0&rev=382
This commit is contained in:
parent
f58f445591
commit
b679c30cab
@ -10,7 +10,7 @@ ConditionPathIsReadWrite=/boot/grub2/grubenv
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
ExecStart=-/usr/bin/grub2-editenv /boot/grub2/grubenv unset next_entry
|
ExecStart=-/usr/bin/grub2-editenv /boot/grub2/grubenv unset next_entry
|
||||||
ExecStartPost=-/usr/bin/systemctl disable grub2-once.service
|
ExecStartPost=-/usr/bin/systemctl disable grub2-once.service
|
||||||
StandardOutput=syslog
|
StandardOutput=journal
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=sysinit.target
|
WantedBy=sysinit.target
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 23 03:27:37 UTC 2021 - Michael Chang <mchang@suse.com>
|
||||||
|
|
||||||
|
- Fix obsolete syslog in systemd unit file and updating to use journal as
|
||||||
|
StandardOutput (bsc#1185149)
|
||||||
|
* grub2-once.service
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 19 09:53:43 UTC 2021 - Michael Chang <mchang@suse.com>
|
Mon Apr 19 09:53:43 UTC 2021 - Michael Chang <mchang@suse.com>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user