mirror of
https://github.com/azlux/log2ram
synced 2024-11-21 12:56:10 +00:00
bf8f16bba6
* Reformatted and refactored some files * Added awareness of systemd-journald - Added dependency for bash in debian control file, because this implementation uses bash arrays - Changed in all shell scripts the interpreter to bash - Replaced "service log2ram stop" with "systemctl stop log2ram" - Replaced "-a" with "] && [" - Increased SIZE and LOG_DISK_SIZE to 128M and 256M because journald can use a lot of space - Introduced a new switch JOURNALD_AWARE
12 lines
326 B
Plaintext
Executable File
12 lines
326 B
Plaintext
Executable File
Package: log2ram
|
|
Version: VERSION-TO-REPLACE
|
|
Depends: bash (>= 4.3)
|
|
Section: net
|
|
Priority: optional
|
|
Architecture: all
|
|
Maintainer: Azlux <github@azlux.fr>
|
|
Description: ramlog like for systemd (Put log into a ram folder)
|
|
Homepage: https://github.com/azlux/log2ram
|
|
Bugs: https://github.com/azlux/log2ram/issues
|
|
Recommends: rsync
|