From c7652a5b52270f5e96627fa078c4a085ed747d99 Mon Sep 17 00:00:00 2001 From: vincent Date: Thu, 16 May 2019 17:10:03 +0200 Subject: [PATCH] change target supysonic --- templates/systemd/gunicorn.service.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/systemd/gunicorn.service.j2 b/templates/systemd/gunicorn.service.j2 index 039c888..ca6f7f3 100644 --- a/templates/systemd/gunicorn.service.j2 +++ b/templates/systemd/gunicorn.service.j2 @@ -14,4 +14,4 @@ ExecStop=/bin/kill -s TERM $MAINPID PrivateTmp=true [Install] -WantedBy=default.target +WantedBy=multi-user.target