19 lines
418 B
Desktop File
19 lines
418 B
Desktop File
[Unit]
|
|
Description=Montana Messenger Relay (federated)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=www-data
|
|
Group=www-data
|
|
WorkingDirectory=/opt/app/messenger
|
|
EnvironmentFile=/etc/montana-site/messenger.env
|
|
ExecStart=/usr/bin/gunicorn --bind 127.0.0.1:5010 --workers 2 --threads 4 --timeout 60 app:app
|
|
Restart=always
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|