blob: 077cba8e22b66797f61f5909f06b0a5e034b4dfb (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Hutch Notify API
After=network.target
[Service]
User=hutch
Group=hutch
WorkingDirectory=/opt/hutch-notify/app
EnvironmentFile=/opt/hutch-notify/.env
ExecStart=/opt/hutch-notify/.venv/bin/uvicorn app.main:app --host 0.0.0.0 --port 8000
Restart=always
RestartSec=5
[Install]
WantedBy=multi-user.target
|