Skip to content

Commit

Permalink
Merge pull request #8 from FafnerKeyZee/patch-1
Browse files Browse the repository at this point in the history
Fixing cpeweb service in case of failure
  • Loading branch information
adulau authored May 8, 2022
2 parents 958b33f + 75fb53c commit 5b5ecac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/systemd/system/cpeweb.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ExecStart=python3 server.py
User=$(CPE_USER)
Group=$(CPE_USER)
Type=simple
Restart=always
Restart=on-failure
StandardOutput=append:/var/log/cpeweb_message.log
StandardError=append:/var/log/cpeweb_error.log

Expand Down

0 comments on commit 5b5ecac

Please sign in to comment.