From 6de7ca549fd1c0270eae5034ebb83021a7eb1c60 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Mon, 22 Aug 2022 16:10:17 +0200 Subject: [PATCH] scripts/templates/sysunit.service: prefix DESCRIPTION variable. --- scripts/templates/sysunit.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/templates/sysunit.service b/scripts/templates/sysunit.service index 121139b..24ee9ba 100644 --- a/scripts/templates/sysunit.service +++ b/scripts/templates/sysunit.service @@ -1,5 +1,5 @@ [Unit] -Description={{ DESCRIPTION }} +Description={{ PROGRAM_DESCRIPTION }} After=network.target [Service]