From 8e9c7f39d5ffa2da90aed7bfbbf5630022038055 Mon Sep 17 00:00:00 2001 From: Kayou Date: Fri, 14 Apr 2023 14:34:10 +0200 Subject: [PATCH] Update yunodiagnoser.service --- yunodiagnoser.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yunodiagnoser.service b/yunodiagnoser.service index 7500849..bf88bdc 100644 --- a/yunodiagnoser.service +++ b/yunodiagnoser.service @@ -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]