Accepting request 546803 from home:favogt:branches:openSUSE:Factory:Live

- Improve langset.service, also start in runlevel 3

OBS-URL: https://build.opensuse.org/request/show/546803
OBS-URL: https://build.opensuse.org/package/show/system:install:head/live-langset-data?expand=0&rev=3
This commit is contained in:
Dominique Leuenberger 2017-11-30 17:26:05 +00:00 committed by Git OBS Bridge
parent 40eecccf6c
commit 4cb6ac9110
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