mirror of
https://github.com/cve-search/cpe-guesser.git
synced 2024-11-24 07:47:23 +00:00
Merge pull request #8 from FafnerKeyZee/patch-1
Fixing cpeweb service in case of failure
This commit is contained in:
commit
5b5ecace85
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue