From ea33a7f1f5c62f330ecb4e1fe8ec35d1d96110bc Mon Sep 17 00:00:00 2001 From: Stephane de Labrusse Date: Tue, 12 Mar 2024 15:38:28 +0100 Subject: [PATCH] Enable and restart wordpress.service in 80start_services --- imageroot/actions/configure-module/80start_services | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/imageroot/actions/configure-module/80start_services b/imageroot/actions/configure-module/80start_services index d2d9ca7..ef694a0 100755 --- a/imageroot/actions/configure-module/80start_services +++ b/imageroot/actions/configure-module/80start_services @@ -13,4 +13,5 @@ exec 1>&2 touch smarthost.env -systemctl --user enable --now wordpress.service +systemctl --user enable wordpress.service +systemctl --user restart wordpress.service