summaryrefslogtreecommitdiff
path: root/systemd
diff options
context:
space:
mode:
authorxengineering <mail2xengineering@protonmail.com>2021-02-11 17:37:58 +0100
committerxengineering <mail2xengineering@protonmail.com>2021-02-11 17:37:58 +0100
commitf830274cb0c4f1efec2313f72007741957b86e76 (patch)
tree19aa8036db3f955d48e97b612881fede83966227 /systemd
parentbc6b03ab29703dfff857b63727657ca3127eb381 (diff)
downloadweb-template-f830274cb0c4f1efec2313f72007741957b86e76.tar
web-template-f830274cb0c4f1efec2313f72007741957b86e76.tar.zst
web-template-f830274cb0c4f1efec2313f72007741957b86e76.zip
Implement Framework Installation
Diffstat (limited to 'systemd')
-rw-r--r--systemd/webtemplate.service.jinja24
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