diff options
author | xengineering <mail2xengineering@protonmail.com> | 2021-03-01 16:20:28 +0100 |
---|---|---|
committer | xengineering <mail2xengineering@protonmail.com> | 2021-03-01 16:20:28 +0100 |
commit | 92ce74d92e5fe57e59cefcf454373c1a26022cf6 (patch) | |
tree | d01eccd6a7eba4de2679b468d2c0f734d7c807fd /systemd | |
parent | fcfffa47accad303bd9d927502396d8e4174c234 (diff) | |
download | web-template-92ce74d92e5fe57e59cefcf454373c1a26022cf6.tar web-template-92ce74d92e5fe57e59cefcf454373c1a26022cf6.tar.zst web-template-92ce74d92e5fe57e59cefcf454373c1a26022cf6.zip |
Update Buildsystem
Diffstat (limited to 'systemd')
-rw-r--r-- | systemd/webtemplate.service.jinja2 | 14 |
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 - |