21 lines
789 B
Plaintext
21 lines
789 B
Plaintext
|
Launching the GameMode Daemon
|
||
|
=============================
|
||
|
|
||
|
The GameMode daemon is configured as a D-Bus daemon and will launch
|
||
|
automatically on access by the first client. This is different from the set-up
|
||
|
documented in the source repository which requires the user to enable and start
|
||
|
a Systemd unit shipped with the daemon.
|
||
|
|
||
|
Reloading the GameMode configuration file
|
||
|
=========================================
|
||
|
|
||
|
As the daemon is started as a D-Bus service no explicit reload command is
|
||
|
available. To force the daemon to reload the configuration it must be stopped
|
||
|
for which there are two main options.
|
||
|
|
||
|
1. Logout of your current session.
|
||
|
2. Request the daemon to exit by running `killall gamemoded`.
|
||
|
|
||
|
On next use the daemon will be restarted by D-Bus and read any updated
|
||
|
configuration.
|