units: fix Gentoo services

This commit is contained in:
Marc-Antoine Perennou 2010-05-20 23:54:59 +02:00 committed by Lennart Poettering
parent 723c83fd05
commit f306f4c40d
3 changed files with 10 additions and 2 deletions

View File

@ -538,6 +538,14 @@ if TARGET_FEDORA
( cd $(DESTDIR)/etc/init.d && \
$(LN_S) halt reboot > /dev/null 2>&1 || true )
endif
if TARGET_GENTOO
( cd $(DESTDIR)$(pkgsysconfdir)/system && \
rm -f display-manager.service && \
$(LN_S) $(systemunitdir)/xdm.service display-manager.service )
( cd $(DESTDIR)$(pkgsysconfdir)/system/graphical.target.wants && \
rm -f display-manager.service && \
$(LN_S) ../display-manager.service display-manager.service )
endif
DISTCHECK_CONFIGURE_FLAGS = \
--with-udevrulesdir=$$dc_install_base/$(udevrulesdir)

View File

@ -14,5 +14,4 @@ Conflicts=dev-hugepages.automount dev-mqueue.automount proc-sys-fs-binfmt_misc.a
[Service]
Type=finish
ValidNoProcess=yes
Environment=RUNLEVEL=6
ExecStart=/etc/init.d/reboot.sh

View File

@ -8,7 +8,8 @@
[Unit]
Description=Display Manager
Before=graphical.target
After=basic.target syslog.target messagebus.service haldaemon.service
Requires=basic.target
After=basic.target syslog.target dbus.service hald.service
Conflicts=shutdown.target
[Service]