mirror of
https://github.com/mtan93/install-nextcloud.git
synced 2026-03-08 05:31:52 +00:00
sort
This commit is contained in:
11
maintainance/restart.sh
Normal file
11
maintainance/restart.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
###
|
||||
# restart all Nextcloud related services
|
||||
# issue: /usr/local/src/install-nextcloud/restart.sh
|
||||
###
|
||||
#!/bin/bash
|
||||
/usr/sbin/service nginx stop
|
||||
/usr/sbin/service mysql restart
|
||||
/usr/sbin/service redis-server restart
|
||||
/usr/sbin/service php7.3-fpm restart
|
||||
/usr/sbin/service nginx restart
|
||||
exit 0
|
||||
Reference in New Issue
Block a user