deploy_saleor/resources/saleor/template.service
Vague Rabbit 8c5a34f87a ^
2021-02-10 22:58:24 -08:00

9 lines
No EOL
246 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 {un} --gid www-data
[Install]
WantedBy=multi-user.target