mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-10 15:17:52 +02:00
Add options to disable installing systemd specific files
This commit is contained in:

committed by
afayaz-feral

parent
aee9703872
commit
e34e9c5a43
@@ -5,7 +5,9 @@ option('with-pam-group', type: 'string', description: 'Install the limits.d conf
|
||||
option('with-sd-bus-provider', type: 'combo', choices: ['systemd', 'elogind', 'no-daemon'], value: 'systemd')
|
||||
|
||||
# systemd specific
|
||||
option('with-systemd-user-unit', type: 'boolean', description: 'Install systemd user unit', value: 'true')
|
||||
option('with-systemd-user-unit-dir', type: 'string', description: 'Explicitly set the systemd user unit directory')
|
||||
option('with-systemd-group', type: 'boolean', description: 'Install systemd group', value: 'true')
|
||||
option('with-systemd-group-dir', type: 'string', description: 'Explicitly set the systemd group directory')
|
||||
|
||||
# Not using systemd
|
||||
|
Reference in New Issue
Block a user