mirror of
https://github.com/systemd/systemd.git
synced 2024-12-23 21:35:11 +03:00
units: replace Names=dm.service with symlink for mandriva prefdm
This commit is contained in:
parent
0c380104cf
commit
8c944383c2
@ -1421,8 +1421,9 @@ if TARGET_MANDRIVA
|
||||
rm -f halt-local.service && \
|
||||
$(LN_S) $(systemunitdir)/halt-local.service halt-local.service )
|
||||
( cd $(DESTDIR)$(systemunitdir) && \
|
||||
rm -f display-manager.service single.service && \
|
||||
rm -f display-manager.service dm.service single.service && \
|
||||
$(LN_S) prefdm.service display-manager.service && \
|
||||
$(LN_S) prefdm.service dm.service && \
|
||||
$(LN_S) rescue.service single.service )
|
||||
( cd $(DESTDIR)$(systemunitdir)/graphical.target.wants && \
|
||||
rm -f display-manager.service && \
|
||||
|
@ -14,9 +14,6 @@ After=network.target acpid.service fs.service haldaemon.service
|
||||
Conflicts=plymouth-quit.service
|
||||
After=plymouth-quit.service
|
||||
|
||||
# Hide SysV script
|
||||
Names=dm.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/etc/X11/prefdm
|
||||
Type=forking
|
||||
|
Loading…
Reference in New Issue
Block a user