This repository has been archived on 2020-07-12. You can view files and clone it, but cannot push or open issues or pull requests.
deluge/services/nginx/run
2020-06-05 03:22:51 +02:00

4 lines
59 B
Bash
Executable file

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