Skip to content

Commit

Permalink
Update http-server.service
Browse files Browse the repository at this point in the history
  • Loading branch information
trinity-aml authored Apr 7, 2023
1 parent e1ad72a commit cff1783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http-server.service
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ Description=http-server
Wants=network.target
After=network.target
[Service]
WorkingDirectory=/home/numparser/public
ExecStart=python3 -m http.server 80
WorkingDirectory=/home/numparser
ExecStart=python3 -m http.server 8080
#ExecReload=/bin/kill -s HUP
#ExecStop=/bin/kill -s QUIT
Restart=always
Expand Down

0 comments on commit cff1783

Please sign in to comment.