1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Visibilité service

This commit is contained in:
Maniack Crudelis 2016-11-16 15:43:59 +01:00
parent 1c71797822
commit 326d1cebf5

View file

@ -137,10 +137,10 @@ sudo chown root: /etc/systemd/system/$app.service
sudo sed -i "s@__FINALPATH__@$final_path/@g" /etc/systemd/system/$app.service sudo sed -i "s@__FINALPATH__@$final_path/@g" /etc/systemd/system/$app.service
sudo sed -i "s@__APP__@$app@g" /etc/systemd/system/$app.service sudo sed -i "s@__APP__@$app@g" /etc/systemd/system/$app.service
## Démarrage auto du service ## Démarrage auto du service
sudo systemctl enable $app.service sudo systemctl enable $app
# Ajoute le service au monitoring de Yunohost. # Ajoute le service au monitoring de Yunohost.
sudo yunohost service add $app.service --log "/var/log/$app/etherpad.log" sudo yunohost service add $app --log "/var/log/$app/etherpad.log"
# Installation des plugins etherpad (Framapad style) # Installation des plugins etherpad (Framapad style)