From fb9c1e44f201becf4561a3906573a8b5e048b57a Mon Sep 17 00:00:00 2001 From: siwinter <45730097+siwinter@users.noreply.github.com> Date: Mon, 23 Aug 2021 22:42:35 +0200 Subject: [PATCH] reduce number of dir-names --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index c8d7366..cdb566f 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -11,7 +11,7 @@ After=sound.target [Service] User=__APP__ PermissionsStartOnly=true -ExecStart=__START_FILE__ --config __CONF_FILE__ +ExecStart=__FINALPATH__/env/bin/__APP____ --config __FINALPATH__/__APP__.conf [Install] WantedBy=multi-user.target