mirror of
https://github.com/cve-search/cpe-guesser.git
synced 2024-11-24 07:47:23 +00:00
Fixing cpeweb service in case of failure
This commit is contained in:
parent
958b33fb7a
commit
75fb53ccbc
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ ExecStart=python3 server.py
|
||||||
User=$(CPE_USER)
|
User=$(CPE_USER)
|
||||||
Group=$(CPE_USER)
|
Group=$(CPE_USER)
|
||||||
Type=simple
|
Type=simple
|
||||||
Restart=always
|
Restart=on-failure
|
||||||
StandardOutput=append:/var/log/cpeweb_message.log
|
StandardOutput=append:/var/log/cpeweb_message.log
|
||||||
StandardError=append:/var/log/cpeweb_error.log
|
StandardError=append:/var/log/cpeweb_error.log
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue