This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
paul-synchro/systemd/passerelle.service

13 lines
298 B
Desktop File

[Unit]
Description=POC Passerelle connectors
After=network.target
[Service]
User=pmarillonnet
Group=pmarillonnet
WorkingDirectory=/home/pmarillonnet/Documents/passerelle
ExecStart=/usr/bin/gunicorn passerelle.wsgi --bind unix:/var/run/passerelle/passerelle.sock
[Install]
WantedBy=default.target