From f830274cb0c4f1efec2313f72007741957b86e76 Mon Sep 17 00:00:00 2001 From: xengineering Date: Thu, 11 Feb 2021 17:37:58 +0100 Subject: Implement Framework Installation --- systemd/webtemplate.service.jinja2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'systemd') diff --git a/systemd/webtemplate.service.jinja2 b/systemd/webtemplate.service.jinja2 index 6861b57..f1aa9c5 100644 --- a/systemd/webtemplate.service.jinja2 +++ b/systemd/webtemplate.service.jinja2 @@ -6,8 +6,8 @@ After=network.target [Service] User={{ user }} Group={{ group }} -WorkingDirectory={{ web_framework_installation_path }}/{{ project_name }}/ -ExecStart={{ web_framework_installation_path }}/{{ project_name }}/{{ project_name }} +WorkingDirectory=/opt/{{ project_name }}/ +ExecStart=/opt/{{ project_name }}/{{ project_name }} [Install] WantedBy=multi-user.target -- cgit v1.2.3-70-g09d2