From 074bf94154b3a7277c674c28d4ebe9aa46b37fb0 Mon Sep 17 00:00:00 2001 From: David Beniamine <david.beniamine@tetras-libre.fr> Date: Wed, 18 Oct 2023 15:05:23 +0200 Subject: [PATCH] Add service in multi-user.target.wants --- postinstall_reseau.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postinstall_reseau.sh b/postinstall_reseau.sh index 04b925c..cd6557c 100755 --- a/postinstall_reseau.sh +++ b/postinstall_reseau.sh @@ -41,7 +41,7 @@ chown -R www-data:www-data eole-wol/wol/www mkdir -p /etc/xrdp cp /var/www/eole-wol/wol/xrdp.ini /etc/xrdp -cp /var/www/eole-wol/wol/service/xrdp.service /etc/systemd/system/ +cp /var/www/eole-wol/wol/service/xrdp.service /etc/systemd/system/multi-user.target.wants/ systemctl daemon-reload systemctl restart xrdp -- GitLab