summaryrefslogtreecommitdiff
path: root/hutch-notify.service
blob: bb7060f78b3177b5298130dd5a381eba3e0eded5 (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
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