1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/nextcloud_ynh.git synced 2024-09-03 19:55:57 +02:00
This commit is contained in:
Kayou 2024-08-26 17:05:20 +02:00 committed by GitHub
parent 046d7b2e53
commit 4e2e3fa1a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -137,9 +137,9 @@ then
ynh_restore_file --origin_path="/etc/systemd/system/${app}-notify-push-watcher.service"
ynh_restore_file --origin_path="/etc/systemd/system/${app}-notify-push-watcher.path"
systemctl enable --now "${app}-notify-push".service --quiet
systemctl enable --now "${app}-notify-push-watcher".service --quiet
systemctl enable --now "${app}-notify-push-watcher".path --quiet
systemctl enable --now "${app}-notify-push-watcher.service" --quiet
systemctl enable --now "${app}-notify-push-watcher.path" --quiet
systemctl enable --now "${app}-notify-push.service" --quiet
fi
#=================================================