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

@@ -6,6 +6,7 @@ option('with-sd-bus-provider', type: 'combo', choices: ['systemd', 'elogind', 'n
# systemd specific
option('with-systemd-user-unit-dir', type: 'string', description: 'Explicitly set the systemd user unit directory')
option('with-systemd-group-dir', type: 'string', description: 'Explicitly set the systemd group directory')
# Not using systemd
option('with-dbus-service-dir', type: 'string', description: 'Explicitly set the D-BUS session directory')