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
Bash
Executable File

#!/bin/sh
rm -f /var/run/nginx.sock
nginx -g 'daemon off;'