mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 07:37:21 +02:00
12 lines
170 B
SYSTEMD
12 lines
170 B
SYSTEMD
[Unit]
|
|
Description=gamemoded
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=com.feralinteractive.GameMode
|
|
NotifyAccess=main
|
|
ExecStart=@BINDIR@/gamemoded
|
|
|
|
[Install]
|
|
WantedBy=default.target
|