deploy_saleor/resources/saleor/template.service

9 lines
246 B
SYSTEMD
Raw Normal View History

2021-01-29 01:28:49 +00:00
[Unit]
Description=uWSGI for Saleor API
After=network.target
[Service]
User={un}
Restart=always
2021-02-11 06:58:24 +00:00
ExecStart={hd}/env/saleor/bin/uwsgi --master --emperor {hd}/env/saleor/vassals/prod.ini --uid {un} --gid www-data
2021-01-29 01:28:49 +00:00
[Install]
WantedBy=multi-user.target