diff --git a/setup/dl-scripts.txt b/setup/dl-scripts.txt index ceadb93..d1631ac 100644 --- a/setup/dl-scripts.txt +++ b/setup/dl-scripts.txt @@ -4,5 +4,16 @@ apt install wget -y && wget -O launch.sh https://gitea.ndda.fr/apxtri/apxtri/raw VERSION USER: sudo apt install wget -y && sudo wget -O launch.sh https://gitea.ndda.fr/apxtri/apxtri/raw/branch/main/setup/launch.sh && sudo chmod +x launch.sh && ./launch.sh -DOWNLOAD SERVICE FILE: -sudo apt install wget -y && sudo wget https://gitea.ndda.fr/apxtri/apxtri/raw/branch/main/setup/apxtri.service \ No newline at end of file +TUTO INSTALL SERVICE APXTRI: +sudo apt install wget -y && sudo wget https://gitea.ndda.fr/apxtri/apxtri/raw/branch/main/setup/apxtri.service +mv apxtri.service /etc/systemd/system/ +systemctl daemon-reload +systemctl enable apxtri +systemctl start apxtri +usermod -aG apxtri ubuntu +chgrp -R apxri /opt/apxtowns +chmod -R g+rwX /opt/apxtowns + +sudo su ubuntu +sudo systemctl status apxtri +sudo systemctl restart apxtri \ No newline at end of file