М
Size: a a a
АА
М
АА
М
М
[Unit]
Description=gunicorn daemon
Requires=gunicorn.socket
After=network.target
[Service]
User=user
Group=www-data
WorkingDirectory=/home/user
ExecStart=/home/user/manholeenv/bin/gunicorn \
--access-logfile - \
--workers 3 \
--bind unix:/run/gunicorn.sock \
manhole.smart_manhole.wsgi:application
[Install]
WantedBy=multi-user.target
АА
[Unit]
Description=gunicorn daemon
Requires=gunicorn.socket
After=network.target
[Service]
User=user
Group=www-data
WorkingDirectory=/home/user
ExecStart=/home/user/manholeenv/bin/gunicorn \
--access-logfile - \
--workers 3 \
--bind unix:/run/gunicorn.sock \
manhole.smart_manhole.wsgi:application
[Install]
WantedBy=multi-user.target
АА
АА
М
АА
М
[Unit]
Description=gunicorn daemon
Requires=gunicorn.socket
After=network.target
[Service]
User=user
Group=www-data
WorkingDirectory=/home/user/manholeenv/manhole
ExecStart=/home/user/manholeenv/bin/gunicorn \
--access-logfile - \
--workers 3 \
--bind unix:/run/gunicorn.sock \
manhole.smart_manhole.wsgi:application
[Install]
WantedBy=multi-user.target