Skip to content

Commit

Permalink
Signed-off-by: Scott Zawalski <[email protected]>
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Zawalski committed Mar 3, 2010
1 parent ae1d8fc commit b7f7756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/service_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def main():
parser.print_help()
sys.exit(1)

set_group_user(gid=options.chgid, uid=options.chuid)
set_group_user(group=options.chgid, user=options.chuid)
if options.start_service:
start_service(args, options.pidfile, options.logfile, options.chdir)
elif options.stop_service:
Expand Down

0 comments on commit b7f7756

Please sign in to comment.