Don't default to syslog logging

Let the preferred/configured logging system to be used instead
This commit is contained in:
seb128 2020-02-24 10:05:11 +01:00 committed by afayaz-feral
parent f0943ff431
commit 1a598f53d2

View File

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