Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
by
someredguy
on 21/05/2016, 19:12:15 UTC
If you delete the file with something like "rm debug.log", the linux will not free up the space until after all processes that are running have been stopped.

So, you need to do something like "> debug.log" which will free up the space while the program is running.

Someone answered this in the past couple of pages with a cron entry that will do what you want without you having to manually do it.