mirror of
https://github.com/nextcloud/nextcloudpi.git
synced 2026-01-09 06:32:00 -03:30
10 lines
294 B
Bash
10 lines
294 B
Bash
#!/bin/bash
|
|
|
|
set -e
|
|
export NCPCFG=/usr/local/etc/ncp.cfg
|
|
source /usr/local/etc/library.sh
|
|
|
|
install_template systemd/notify_push.service.sh /etc/systemd/system/notify_push.service
|
|
|
|
bash -c "sleep 6; source /usr/local/etc/library.sh; clear_opcache; service php${PHPVER}-fpm reload" &>/dev/null &
|