Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornachoparker <nacho@ownyourbits.com>2018-06-20 13:32:49 +0300
committernachoparker <nacho@ownyourbits.com>2018-06-20 13:32:49 +0300
commitf266ce6bed4a3da7ad38ca43ddd6ef0642c71a04 (patch)
treefb6ddfb861e6ab915fd12986c951b5f29f31ca26 /post-inst.sh
parent3ee64098b6eb9e37cc2816f07aca5c894d93cfae (diff)
build: cron is not running anymore
Diffstat (limited to 'post-inst.sh')
-rw-r--r--post-inst.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/post-inst.sh b/post-inst.sh
index 0a202bc7..4d0078a0 100644
--- a/post-inst.sh
+++ b/post-inst.sh
@@ -13,7 +13,6 @@ install()
# stop mysqld and redis
mysqladmin -u root shutdown
kill $( cat /run/redis/redis-server.pid )
- kill $( cat /run/crond.pid )
# disable unused apache mods
a2dismod status reqtimeout env autoindex access_compat auth_basic authn_file authn_core alias access_compat