]> git.ipfire.org Git - thirdparty/knot-resolver.git/commitdiff
meson: user + group options
authorTomas Krizek <tomas.krizek@nic.cz>
Thu, 7 Feb 2019 13:02:42 +0000 (14:02 +0100)
committerTomas Krizek <tomas.krizek@nic.cz>
Tue, 12 Mar 2019 09:43:23 +0000 (10:43 +0100)
meson.build

index 3cf6561eeea1bb519e353ae2cf2dc9bffcd301b1..0e0de9035c1209bf41b907d1374d041445898d53 100644 (file)
@@ -58,6 +58,10 @@ else
   endif
 endif
 
+## User/Group
+user = get_option('user')
+group = get_option('group')
+
 ## Systemd
 systemd = get_option('systemd')
 if systemd != 'disabled'