summaryrefslogtreecommitdiff
path: root/systemd/webtemplate.service.jinja2
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/webtemplate.service.jinja2')
-rw-r--r--systemd/webtemplate.service.jinja214
1 files changed, 0 insertions, 14 deletions
diff --git a/systemd/webtemplate.service.jinja2 b/systemd/webtemplate.service.jinja2
deleted file mode 100644
index f1aa9c5..0000000
--- a/systemd/webtemplate.service.jinja2
+++ /dev/null
@@ -1,14 +0,0 @@
-
-[Unit]
-Description={{ project_description }}
-After=network.target
-
-[Service]
-User={{ user }}
-Group={{ group }}
-WorkingDirectory=/opt/{{ project_name }}/
-ExecStart=/opt/{{ project_name }}/{{ project_name }}
-
-[Install]
-WantedBy=multi-user.target
-