diff options
Diffstat (limited to 'systemd/webtemplate.service.jinja2')
-rw-r--r-- | systemd/webtemplate.service.jinja2 | 4 |
1 files changed, 2 insertions, 2 deletions
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 |