From 58face4eb9de250c1779cabe2171f987ecd924de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Volkan=20=C5=9Eahin?= Date: Thu, 6 Oct 2016 14:47:15 +0300 Subject: [PATCH] always restart added to ahenk service --- lib/systemd/system/ahenk.service | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/systemd/system/ahenk.service b/lib/systemd/system/ahenk.service index 2ab5547..a6083de 100644 --- a/lib/systemd/system/ahenk.service +++ b/lib/systemd/system/ahenk.service @@ -7,6 +7,7 @@ Type=simple ExecStart=/usr/bin/python3 /opt/ahenk/ahenkd.py start ExecStop=/usr/bin/python3 /opt/ahenk/ahenkd.py stop PIDFile=/var/run/ahenkd.pid +Restart=always [Install] WantedBy=multi-user.target