This repository has been archived on 2020-07-12. You can view files and clone it, but cannot push or open issues/pull-requests.
deluge/services/nginx/run

4 lines
59 B
Plaintext
Raw Normal View History

2020-06-03 21:17:17 +02:00
#!/bin/sh
rm -f /var/run/nginx.sock
nginx -g 'daemon off;'