18 lines
451 B
Desktop File
18 lines
451 B
Desktop File
[Unit]
|
|
Description=infobeamer-cms - upload custom info pages to info-beamer
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=exec
|
|
Environment=SETTINGS=settings.cfg
|
|
Restart=always
|
|
RestartSec=5s
|
|
ExecStart=/usr/bin/gunicorn frontend:app -b 127.0.0.1:${PORT} -w ${WORKERS} -t 120 -k gevent --max-requests=1000
|
|
|
|
# You may have to adjust these settings
|
|
User=infobeamer-cms
|
|
Group=infobeamer-cms
|
|
WorkingDirectory=/opt/infobeamer-cms
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|