1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ttrss_ynh.git synced 2024-10-01 13:34:46 +02:00

Add a systemctl start in restore script

This commit is contained in:
Maniack Crudelis 2017-08-27 17:17:40 +02:00 committed by GitHub
parent e59bebfdcf
commit 602a640bd8

View file

@ -101,6 +101,7 @@ ynh_install_app_dependencies php5-cli
ynh_restore_file "/etc/systemd/system/$app.service" ynh_restore_file "/etc/systemd/system/$app.service"
## Démarrage auto du service ## Démarrage auto du service
sudo systemctl enable $app.service sudo systemctl enable $app.service
sudo systemctl start $app
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION