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/authentic_idp.service

13 lines
292 B
Desktop File

[Unit]
Description=POC authentic Identity Provider
After=network.target
[Service]
User=root
Group=root
WorkingDirectory=/home/pmarillonnet/devel/authentic.deployed
ExecStart=/usr/bin/gunicorn authentic2.wsgi --bind unix:/var/run/authentic2/authentic2.sock
[Install]
WantedBy=default.target