Add documentation for building antidrift into single executable.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user