remove j2 extension from templates

This commit is contained in:
2025-09-06 23:52:29 -07:00
parent f46e45b2b3
commit a08d8c9153
14 changed files with 12 additions and 12 deletions

View File

@ -0,0 +1,15 @@
[Unit]
Description={{ service_name }} Service Control API
After=network.target
[Service]
User=root
Group=root
WorkingDirectory={{ service_control_folder }}
ExecStartPre=/bin/sleep 5
ExecStart={{ service_control_folder }}/venv/bin/python {{ service_control_folder }}/app.py
Restart=always
[Install]
WantedBy=multi-user.target