mirror of
https://github.com/YunoHost/check-http.git
synced 2024-09-03 19:56:42 +02:00
Update yunodiagnoser.service
This commit is contained in:
parent
694568dac7
commit
8e9c7f39d5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Description=A server providing features for remote-diagnosis for Yunohost server
|
|||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory={{ WORKING_DIR }}
|
||||
ExecStart={{ WORKING_DIR }}/venv/bin/python3.6 yunodiagnoser.py &> server.log
|
||||
ExecStart={{ WORKING_DIR }}/venv/bin/python3 yunodiagnoser.py &> server.log
|
||||
ExecStop=/bin/kill `/bin/ps aux | /bin/grep yunodiagnoser.py | /bin/grep -v grep | /usr/bin/awk '{ print $2 }'`
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Reference in a new issue