41d9c982e5
I would like to add to and maintain the gamemode package in Factory and use games:tools as a development project. I am aware that this package is currently not suited for inclusion in Factory as is, as it contains two suppressed lintian errors: 1. It adds a D-Bus service 2. It adds a new Polkit rule Both of these will require audit bugs to be filed to the security team which I plan to do once the package is in games:tools. OBS-URL: https://build.opensuse.org/request/show/607695 OBS-URL: https://build.opensuse.org/package/show/games:tools/gamemode?expand=0&rev=1
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.
|