mirror of
https://github.com/systemd/systemd.git
synced 2025-03-19 22:50:17 +03:00
units: Enable plymouth for Frugalware
This commit is contained in:
parent
656842223b
commit
34a852e6f9
@ -356,6 +356,7 @@ case $with_distro in
|
||||
SYSTEM_SYSVINIT_PATH=/etc/rc.d
|
||||
AC_DEFINE(TARGET_FRUGALWARE, [], [Target is Frugalware])
|
||||
M4_DISTRO_FLAG=-DTARGET_FRUGALWARE=1
|
||||
have_plymouth=true
|
||||
;;
|
||||
altlinux)
|
||||
SYSTEM_SYSVINIT_PATH=/etc/rc.d/init.d
|
||||
|
@ -9,9 +9,6 @@
|
||||
Description=Display Manager
|
||||
After=syslog.target local.service systemd-user-sessions.service
|
||||
|
||||
Conflicts=splashy-quit.service
|
||||
After=splashy-quit.service
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=/etc/sysconfig/desktop
|
||||
ExecStart=/bin/bash -c "exec ${desktop}"
|
||||
|
Loading…
x
Reference in New Issue
Block a user