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:
parent
1c71797822
commit
326d1cebf5
1 changed files with 2 additions and 2 deletions
|
@ -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@__APP__@$app@g" /etc/systemd/system/$app.service
|
||||
## Démarrage auto du service
|
||||
sudo systemctl enable $app.service
|
||||
sudo systemctl enable $app
|
||||
|
||||
# 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue