From a78b7aa0a4ba1fcff5a4566b7d4168fb2079c8a1 Mon Sep 17 00:00:00 2001 From: bashmak Date: Sat, 29 Jul 2017 15:12:28 +0300 Subject: [PATCH] fix --- systemd_units/djing_telebot.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/systemd_units/djing_telebot.service b/systemd_units/djing_telebot.service index 535b8c0..e7676af 100644 --- a/systemd_units/djing_telebot.service +++ b/systemd_units/djing_telebot.service @@ -1,11 +1,11 @@ [Unit] -Description=A job for djing +Description=Djing telegram bot [Service] Type=simple ExecStart=/usr/bin/python3 ./telebot.py > /dev/null PIDFile=/run/telebot.py.pid -WorkingDirectory=/srv/http/djing +WorkingDirectory=/var/www/djing TimeoutSec=9 Restart=always User=http