PillarTool/pillar_tool.service
2026-05-11 18:57:31 +00:00

13 lines
279 B
Desktop File

[Unit]
Description=The PillarTool backend Service
Documentation=
After=network.target postgresql.service
[Service]
Type=simple
User=pillar_tool
Group=pillar_tool
WorkingDirectory=/usr/local/homelab/apps/PillarTool
ExecStart=.venv/bin/hypercorn pillar_tool.main:app --workers 2