mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 07:37:21 +02:00

Always install the dbus service file and specify the systemd unit file in it. This makes the service dbus-activatable and thus we don't need to explicitly enable it (also we have one less daemon running, if it is not needed).
5 lines
111 B
SYSTEMD
5 lines
111 B
SYSTEMD
[D-BUS Service]
|
|
Name=com.feralinteractive.GameMode
|
|
Exec=@BINDIR@/gamemoded -d
|
|
SystemdService=gamemoded.service
|