deploy_saleor/resources/saleor/template.service

9 lines
250 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-05 05:57:04 +00:00
ExecStart={hd}/env/saleor/bin/uwsgi --master --emperor {hd}/env/saleor/vassals/prod.ini --uid www-data --gid www-data
2021-01-29 01:28:49 +00:00
[Install]
WantedBy=multi-user.target