diff --git a/rootfs/standard/etc/logrotate.conf b/rootfs/standard/etc/logrotate.conf index 7ecf8642..141d832f 100644 --- a/rootfs/standard/etc/logrotate.conf +++ b/rootfs/standard/etc/logrotate.conf @@ -16,18 +16,18 @@ create include /etc/logrotate.d # no packages own wtmp, or btmp -- we'll rotate them here -/var/log/wtmp { - missingok - monthly - create 0664 root utmp - rotate 1 -} +#/var/log/wtmp { +# missingok +# monthly +# create 0664 root utmp +# rotate 1 +#} -/var/log/btmp { - missingok - monthly - create 0660 root utmp - rotate 1 -} +#/var/log/btmp { +# missingok +# monthly +# create 0660 root utmp +# rotate 1 +#} # system-specific logs may be configured here \ No newline at end of file diff --git a/rootfs/standard/etc/logrotate.d/alternatives b/rootfs/standard/etc/logrotate.d/alternatives new file mode 100644 index 00000000..e69de29b diff --git a/rootfs/standard/etc/logrotate.d/rsyslog b/rootfs/standard/etc/logrotate.d/rsyslog index 2b9b1470..21d2afe3 100644 --- a/rootfs/standard/etc/logrotate.d/rsyslog +++ b/rootfs/standard/etc/logrotate.d/rsyslog @@ -4,7 +4,6 @@ /var/log/lndhub.log /var/log/lnd.log /var/log/lnd_backup.log -/var/log/log2ram.log /var/log/mynode.log /var/log/mynode_quicksync.log /var/log/redis-server.log diff --git a/rootfs/standard/usr/bin/mynode_post_upgrade.sh b/rootfs/standard/usr/bin/mynode_post_upgrade.sh index 56d3e7c0..9da80224 100755 --- a/rootfs/standard/usr/bin/mynode_post_upgrade.sh +++ b/rootfs/standard/usr/bin/mynode_post_upgrade.sh @@ -135,6 +135,10 @@ fi # Enable any new/required services systemctl enable firewall +# Disable any old services +sudo systemctl disable hitch +sudo systemctl disable mongodb + # Reload service settings systemctl daemon-reload diff --git a/rootfs/standard/var/www/mynode/static/images/favicon.ico b/rootfs/standard/var/www/mynode/static/images/favicon.ico index 1ae50772..f49e7013 100644 Binary files a/rootfs/standard/var/www/mynode/static/images/favicon.ico and b/rootfs/standard/var/www/mynode/static/images/favicon.ico differ diff --git a/rootfs/standard/var/www/mynode/static/images/logo.png b/rootfs/standard/var/www/mynode/static/images/logo.png index e8b0d08d..b8c21e4b 100644 Binary files a/rootfs/standard/var/www/mynode/static/images/logo.png and b/rootfs/standard/var/www/mynode/static/images/logo.png differ