summaryrefslogtreecommitdiff
path: root/systemd/webtemplate.service.jinja2
blob: f1aa9c5fb7a58acd50e4d184aa8e59d2315428f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

[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