mirror of
https://github.com/correl/melpa.git
synced 2024-11-25 11:09:50 +00:00
4 lines
91 B
Bash
Executable file
4 lines
91 B
Bash
Executable file
#!/bin/bash -e
|
|
|
|
exec /usr/sbin/nginx -g 'error_log /dev/null crit;' -c ~/etc/nginx-stable
|
|
|