From a8dd73e98a60a0f4619e7622ca52b5e4d32917d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 22 Nov 2015 21:28:57 -0500 Subject: [PATCH] Remove obsolete config from service file systemd-journald is now early in boot so "syslog" is always available, and there is no need to override logging from system defaults. --- gpm.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/gpm.service b/gpm.service index 14d2cf4..5803501 100644 --- a/gpm.service +++ b/gpm.service @@ -1,6 +1,5 @@ [Unit] Description=Console Mouse manager -After=syslog.target # This could probably benefit from socket activation, but honestly I think it # is time for gpm to go away, and hence I am not planning to spend the time @@ -8,7 +7,6 @@ After=syslog.target [Service] ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2 -StandardOutput=syslog Type=forking PIDFile=/var/run/gpm.pid