Skip to content

Commit

Permalink
Switch to systemd-unit as the default operating mode
Browse files Browse the repository at this point in the history
Signed-off-by: David Sommerseth <[email protected]>
  • Loading branch information
dsommers committed Jan 11, 2022
1 parent c704ea9 commit 72c103d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openvpn/connector/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def parse(v):


def main():
run_mode = ConfigModes.AUTOLOAD
run_mode = ConfigModes.UNITFILE
cli = argparse.ArgumentParser(prog='openvpn-connector-setup',
description='OpenVPN Connector Setup utility',
usage='%s [options]' % os.path.basename(sys.argv[0]))
Expand Down

0 comments on commit 72c103d

Please sign in to comment.