13 lines
269 B
SYSTEMD
13 lines
269 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=yuyu api daemon
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=root
|
||
|
Group=root
|
||
|
WorkingDirectory={{yuyu_dir}}
|
||
|
ExecStart={{yuyu_dir}}/env/bin/gunicorn yuyu.wsgi --workers 2 --bind 127.0.0.1:8182 --log-file=logs/gunicorn.log
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|