Skip to content

Commit

Permalink
don't start service on initial installation
Browse files Browse the repository at this point in the history
  • Loading branch information
bkbilly committed Oct 30, 2022
1 parent 619f29c commit fbe5ce7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lnxlink/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,6 @@ def setup_systemd(config_path):
subprocess.call(cmd, shell=True)
cmd = f"{sudo} systemctl {cmd_user} daemon-reload"
subprocess.call(cmd, shell=True)
cmd = f"{sudo} systemctl {cmd_user} restart lnxlink.service"
subprocess.call(cmd, shell=True)


if __name__ == '__main__':
Expand Down

0 comments on commit fbe5ce7

Please sign in to comment.