diff options
-rw-r--r-- | man/daemon.xml | 18 | ||||
-rw-r--r-- | units/fedora/prefdm.service | 2 | ||||
-rw-r--r-- | units/frugalware/display-manager.service | 2 | ||||
-rw-r--r-- | units/mandriva/prefdm.service | 2 |
4 files changed, 3 insertions, 21 deletions
diff --git a/man/daemon.xml b/man/daemon.xml index 4673794f09..997ee5b253 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -705,24 +705,6 @@ operating system-independent.</para></listitem> - <listitem><para>Since not all syslog - implementations are socket-activatable - yet, it is recommended to place an - <varname>After=syslog.target</varname> - dependency in service files for - daemons that can log to - syslog. <filename>syslog.target</filename> - then either pulls in the syslog daemon - itself or simply the activation - socket. A <varname>Wants=</varname> or - even <varname>Requires=</varname> - dependency should generally not be - added, since it should be up to the - administrator whether he wants to - enable logging or not, and most syslog - clients work fine if no log daemon is - running.</para></listitem> - <listitem><para>Make sure to include an <literal>[Install]</literal> section including installation diff --git a/units/fedora/prefdm.service b/units/fedora/prefdm.service index e7bd1231f8..17ed4cd786 100644 --- a/units/fedora/prefdm.service +++ b/units/fedora/prefdm.service @@ -7,7 +7,7 @@ [Unit] Description=Display Manager -After=syslog.target livesys-late.service rc-local.service systemd-user-sessions.service +After=livesys-late.service rc-local.service systemd-user-sessions.service # On Fedora gdm/X11 is on tty1. We explicitly cancel the getty here to # avoid any races around that. diff --git a/units/frugalware/display-manager.service b/units/frugalware/display-manager.service index e61422587a..2376e1977c 100644 --- a/units/frugalware/display-manager.service +++ b/units/frugalware/display-manager.service @@ -7,7 +7,7 @@ [Unit] Description=Display Manager -After=syslog.target local.service systemd-user-sessions.service +After=local.service systemd-user-sessions.service [Service] EnvironmentFile=/etc/sysconfig/desktop diff --git a/units/mandriva/prefdm.service b/units/mandriva/prefdm.service index d0c7f99c6e..4a896bf582 100644 --- a/units/mandriva/prefdm.service +++ b/units/mandriva/prefdm.service @@ -7,7 +7,7 @@ [Unit] Description=Display Manager -After=syslog.target livesys-late.service rc-local.service systemd-user-sessions.service +After=livesys-late.service rc-local.service systemd-user-sessions.service After=network.target acpid.service fs.service haldaemon.service # Do not stop plymouth, it is done in prefdm if required |