From 70944f9b286e9678f52c005d707ba6faf68d1799 Mon Sep 17 00:00:00 2001 From: vincent Date: Mon, 16 Nov 2020 10:48:41 +0100 Subject: [PATCH] coorect supysonic daemon service --- templates/systemd/supysonic-daemon.service.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/systemd/supysonic-daemon.service.j2 b/templates/systemd/supysonic-daemon.service.j2 index 464e91a..132e05c 100644 --- a/templates/systemd/supysonic-daemon.service.j2 +++ b/templates/systemd/supysonic-daemon.service.j2 @@ -9,8 +9,7 @@ RestartSec=2s Group=root WorkingDirectory={{source_location}}/{{supysonic_name}} ExecStart={{venv_location}}{{supysonic_venv_name}}/bin/python -m supysonic.daemon -ExecReload=/bin/kill -s HUP $MAINPID -ExecStop=/bin/kill -s TERM $MAINPID + [Install] WantedBy=multi-user.target