Files @ e4cd78f7a2d4
Branch filter:

Location: FVDE/ennstatus/Scripts/ennstatus.service

Dennis Fink
Use button-xs for the submit button in the contact page

It has now the same size as the dropdown selector
[Unit]
Description=Ennstatus
After=network.target

[Service]
Type=forking
PIDFile=/var/run/gunicorn/ennstatus.pid
EnvironmentFile=/etc/conf.d/ennstatus
User=$USER
Group=$GROUP
ExecStart=/opt/ennstatus/bin/gunicorn -w 4 --chdir ${WORKING_DIR} -y ${LISTEN_ADDRESS} ennstatus:create_app\(\)
PrivateTmp=true

[Install]
WantedBy=multi-user.target