6
0
Fork 0

__recycledcloud_nginx: remove unecessary __service call

This commit is contained in:
Timothée Floure 2021-01-21 08:43:36 +01:00
parent 4ac1cda5d2
commit 1465bce8cd
Signed by: tfloure
GPG Key ID: 4502C902C00A1E12
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ case "$os" in
nginx_confdir="/etc/nginx"
install_reqs="__package/nginx"
require="$install_reqs" __service nginx --action start
require="$install_reqs" __start_on_boot nginx
export NGINX_SITEDIR="$nginx_confdir/conf.d"