From 1465bce8cd0cc6dc9196948158e563b72da9f073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Thu, 21 Jan 2021 08:43:36 +0100 Subject: [PATCH] __recycledcloud_nginx: remove unecessary __service call --- type/__recycledcloud_nginx_vhost/manifest | 1 - 1 file changed, 1 deletion(-) diff --git a/type/__recycledcloud_nginx_vhost/manifest b/type/__recycledcloud_nginx_vhost/manifest index 555ff0f..53688b4 100644 --- a/type/__recycledcloud_nginx_vhost/manifest +++ b/type/__recycledcloud_nginx_vhost/manifest @@ -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"