Add option to set systemd sysuser dir

This commit is contained in:
Kira Bruneau
2022-07-27 09:00:53 -04:00
committed by afayaz-feral
parent 4dc99dff76
commit aee9703872
3 changed files with 12 additions and 5 deletions

View File

@ -24,7 +24,7 @@ if sd_bus_provider == 'systemd'
# Install the sysusers.d file
install_data(
files('gamemode.conf'),
install_dir: path_systemd_sysusers_dir,
install_dir: path_systemd_group_dir,
)
endif