Skip to content

Commit

Permalink
#IP-1394 Fixed
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nuxwin committed Jul 30, 2015
1 parent 6f19980 commit 455e741
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -22,6 +22,7 @@ TESTS

YOUTRACK
Fixed: #IP-1393 Unable to disable backup feature for existing domains
Fixed: #IP-1394 httpd-logs-mngr starts before mysql.server started
Fixed: #IP-1399 Add Auto-Submitted Header to Autoreply Emails

------------------------------------------------------------------------------------------------------------------------
Expand Down
3 changes: 0 additions & 3 deletions configs/debian/cron.d/imscp
Expand Up @@ -13,9 +13,6 @@ PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
# Backup i-MSCP configuration files and database
@daily root perl {BACKUP_ROOT_DIR}/imscp-backup-imscp > {LOG_DIR}/imscp-backup-imscp-mngr.log 2>&1

# Mount customer's httpd logs at reboot
@reboot root perl {TOOLS_ROOT_DIR}/imscp-httpd-logs-mngr > {LOG_DIR}/imscp-httpd-logs-mngr.log 2>&1

# Remove configuration backups older than 7 days
@weekly root find {CONF_DIR}/*/backup -type f -mtime +7 -regextype sed -regex '.*/.*[0-9]\{10\}$' -exec rm -- {} +

Expand Down
1 change: 1 addition & 0 deletions configs/debian/sysvinit/imscp_network
Expand Up @@ -34,6 +34,7 @@ do_start()
{
${TOOLSDIR}/imscp-net-interfaces-mngr start 2>/dev/null
${TOOLSDIR}/imscp-net-traffic-logger start 2>/dev/null
${TOOLSDIR}/imscp-httpd-logs-mngr 2>/dev/null

# Touch lock file
touch $LFILE
Expand Down
1 change: 1 addition & 0 deletions configs/debian/upstart/imscp_network.conf
Expand Up @@ -8,6 +8,7 @@ pre-start script
start mysql 2>/dev/null || true
/var/www/imscp/engine/tools/imscp-net-interfaces-mngr start
/var/www/imscp/engine/tools/imscp-net-traffic-logger start
/var/www/imscp/engine/tools/imscp-httpd-logs-mngr
end script

post-stop script
Expand Down

0 comments on commit 455e741

Please sign in to comment.