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:
parent
e59bebfdcf
commit
602a640bd8
1 changed files with 1 additions and 0 deletions
|
@ -101,6 +101,7 @@ ynh_install_app_dependencies php5-cli
|
|||
ynh_restore_file "/etc/systemd/system/$app.service"
|
||||
## Démarrage auto du service
|
||||
sudo systemctl enable $app.service
|
||||
sudo systemctl start $app
|
||||
|
||||
#=================================================
|
||||
# GENERIC FINALIZATION
|
||||
|
|
Loading…
Reference in a new issue