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

* Integrated sd_notify to get status messages in systemd * reset color attributes after use in string
12 lines
173 B
SYSTEMD
12 lines
173 B
SYSTEMD
[Unit]
|
|
Description=gamemoded
|
|
|
|
[Service]
|
|
Type=dbus
|
|
BusName=com.feralinteractive.GameMode
|
|
NotifyAccess=main
|
|
ExecStart=@BINDIR@/gamemoded -l
|
|
|
|
[Install]
|
|
WantedBy=default.target
|