Improve logos and logrotate

This commit is contained in:
Taylor Helsper 2019-09-16 22:23:34 -05:00
parent 1bbe1ee67a
commit 03c6f24869
6 changed files with 16 additions and 13 deletions

View File

@ -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

View File

@ -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

View File

@ -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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 118 KiB