mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-12-24 13:38:11 +00:00
Improve logos and logrotate
This commit is contained in:
parent
1bbe1ee67a
commit
03c6f24869
|
@ -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
|
0
rootfs/standard/etc/logrotate.d/alternatives
Normal file
0
rootfs/standard/etc/logrotate.d/alternatives
Normal 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
|
||||
|
|
|
@ -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 |
Loading…
Reference in New Issue
Block a user