Add documentation for building antidrift into single executable.

This commit is contained in:
2022-07-23 13:19:14 -04:00
parent 2e4856f0e5
commit f255fcffee
2 changed files with 25 additions and 3 deletions

View File

@@ -61,7 +61,7 @@ def main() -> None:
if newpid == 0:
main_daemon(config)
else:
cmd = ["sudo", "/home/felixm/dot/bin/antidrift"]
cmd = ["sudo", "antidrift"]
subprocess.Popen(cmd)
elif len(sys.argv) == 2 and sys.argv[1] == '--daemon_user':
main_daemon(config)