From cdf14ac781b13313fdc2c5814ea92e74c8f680ee Mon Sep 17 00:00:00 2001 From: Yuming Zhu Date: Thu, 15 May 2025 16:21:53 +0000 Subject: [PATCH] set user of kojikamid service to Administrator --- vm/kojikamid.py | 1 + 1 file changed, 1 insertion(+) diff --git a/vm/kojikamid.py b/vm/kojikamid.py index 70a929f6..45dcc1dc 100755 --- a/vm/kojikamid.py +++ b/vm/kojikamid.py @@ -756,6 +756,7 @@ def main(): if opts.install: ret, output = run(['/bin/cygrunsrv', '--install', prog, '--path', sys.executable, '--args', os.path.abspath(prog), + '--user', 'Administrator', '--type', 'auto', '--dep', 'Dhcp', '--disp', 'Koji Windows Daemon', '--desc', 'Runs Koji tasks assigned to a VM'],