blob: 6861b576c57199fdfd0c44aee1a9d663d4897279 (
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={{ web_framework_installation_path }}/{{ project_name }}/
ExecStart={{ web_framework_installation_path }}/{{ project_name }}/{{ project_name }}
[Install]
WantedBy=multi-user.target
|