deploy_saleor/resources/saleor/template.service
Vague Rabbit 5a4a5d3e90 ^
2021-02-04 21:57:04 -08:00

9 lines
No EOL
250 B
Desktop File

[Unit]
Description=uWSGI for Saleor API
After=network.target
[Service]
User={un}
Restart=always
ExecStart={hd}/env/saleor/bin/uwsgi --master --emperor {hd}/env/saleor/vassals/prod.ini --uid www-data --gid www-data
[Install]
WantedBy=multi-user.target