Files
matlabhub/matlab.service
2025-03-26 16:24:45 +01:00

18 lines
396 B
Desktop File

[Unit]
Description=Matlab web server
After=network-online.target firewalld.service
Wants=network-online.target
[Service]
User=matlab-user
Type=simple
ExecStart=/opt/matlabhub/venv/bin/gunicorn --bind unix:/tmp/matlabhub.sock matlabhub.app:app
ExecStop=/bin/kill -s STOP $MAINPID
ExecReload=/bin/kill -s HUP $MAINPID
TimeoutSec=0
RestartSec=2
Restart=always
[Install]
WantedBy=multi-user.target