13 lines
310 B
Desktop File
13 lines
310 B
Desktop File
[Unit]
|
|
Description=Hive Alert
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=hivealert
|
|
WorkingDirectory=/opt/hivealert
|
|
ExecStart=/opt/hivealert/.local/bin/gunicorn -b 0.0.0.0:5000 --access-logfile /opt/hivealert/access.log --chdir /opt/hivealert/hivealert hivealert:app
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|