Ver Fonte

Don't default to syslog logging

Let the preferred/configured logging system to be used instead
seb128 há 5 anos atrás
pai
commit
1a598f53d2
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      data/gamemoded.service.in

+ 1 - 1
data/gamemoded.service.in

@@ -5,7 +5,7 @@ Description=gamemoded
 Type=dbus
 BusName=com.feralinteractive.GameMode
 NotifyAccess=main
-ExecStart=@BINDIR@/gamemoded -l
+ExecStart=@BINDIR@/gamemoded
 
 [Install]
 WantedBy=default.target