mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
10 lines
269 B
Django/Jinja
Executable file
10 lines
269 B
Django/Jinja
Executable file
[Unit]
|
|
Description=XS authentication server
|
|
After={{ apache_service }}.service local-fs.target
|
|
|
|
[Service]
|
|
EnvironmentFile=-/etc/sysconfig/xs-authserver
|
|
ExecStart=/usr/bin/gunicorn -n xs-authserver xs_authserver:app -b 0.0.0.0:5000
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|