1
0
Fork 0
mirror of https://github.com/correl/melpa.git synced 2025-03-23 11:15:37 -09:00
melpa/cfg/home/service/nginx-stable/run

5 lines
91 B
Text
Raw Normal View History

2014-09-14 03:58:33 -07:00
#!/bin/bash -e
2014-09-14 14:01:32 -04:00
exec /usr/sbin/nginx -g 'error_log /dev/null crit;' -c ~/etc/nginx-stable
2014-09-14 03:58:33 -07:00