forked from LBRYCommunity/lbry-sdk
start --full-node
This commit is contained in:
parent
1259002b51
commit
2000d75c7a
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||||
|
|
Loading…
Reference in a new issue