start --full-node

This commit is contained in:
Lex Berezhny 2020-08-12 00:08:06 -04:00
parent 1259002b51
commit 2000d75c7a

View file

@ -222,7 +222,7 @@ def install_systemd_service():
[Service] [Service]
Type=simple Type=simple
ExecStart={sys.argv[0]} ExecStart={sys.argv[0]} start --full-node
""") """)
subprocess.run( subprocess.run(
["systemctl", "edit", "--user", "--full", "--force", "lbrynet.service"], ["systemctl", "edit", "--user", "--full", "--force", "lbrynet.service"],