mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 19:52:06 +00:00
11 lines
269 B
Text
11 lines
269 B
Text
|
[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
|