mirror of
https://github.com/YunoHost-Apps/friendica_ynh.git
synced 2024-09-03 18:36:14 +02:00
fix service name
This commit is contained in:
parent
619fca07d8
commit
6512a49537
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf"
|
|||
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"
|
||||
|
||||
ynh_restore_file --origin_path="/etc/systemd/system/$app-daemon.service"
|
||||
systemctl enable "$app.service" --quiet
|
||||
systemctl enable "$app-daemon.service" --quiet
|
||||
|
||||
yunohost service add "$app-daemon" --description="Friendica daemon" --log="/var/log/$app/daemon.log"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue