Files
hivealert/hivealert.service
Shane Peters ad2c8cb247 initial commit
2019-01-11 10:22:04 -05:00

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