Skip to content

Commit

Permalink
updated instructions to run ultron-server in debug mode
Browse files Browse the repository at this point in the history
  • Loading branch information
parasomni authored Sep 23, 2024
1 parent 45407aa commit 8429919
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ultron.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Description=Ultron Server
After=network.target

[Service]
ExecStart=/usr/bin/python3 /usr/bin/us --a [ADDRESS] --p [PORT]
ExecStart=/usr/bin/python3 /usr/bin/us --a [ADDRESS] --p [PORT] --debug
Restart=always
User=root
Group=root
Expand Down

0 comments on commit 8429919

Please sign in to comment.