Accepting request 546805 from system:install:head

OBS-URL: https://build.opensuse.org/request/show/546805
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/live-langset-data?expand=0&rev=2
This commit is contained in:
Dominique Leuenberger 2017-12-01 14:54:12 +00:00 committed by Git OBS Bridge
commit 396be8eef7
2 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[Unit]
Description=setup language based on kernel commandline
Description=Adjust the system language based on the kernel cmdline
Requires=dbus.service sysinit.target
Before=multi-user.target shutdown.target
After=dbus.service sysinit.target
@ -11,4 +11,4 @@ RemainAfterExit=yes
ExecStart=/bin/sh /usr/sbin/langset.sh
[Install]
WantedBy=default.target
WantedBy=multi-user.target

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Nov 28 06:22:44 UTC 2017 - fvogt@suse.com
- Improve langset.service, also start in runlevel 3
-------------------------------------------------------------------
Tue Aug 8 14:15:51 UTC 2017 - fvogt@suse.com