azlux
3efc8f35cf
preserve context make issue on many OS
fix #108
4 years ago
Azlux
31e4409fc3
typo fix #107
4 years ago
Azlux
881eea145f
add size check for zram
fix #99
4 years ago
Azlux
f6432fa708
Fix for #57
4 years ago
Azlux
f6e81bc8c1
Additionnal path
feature for #96
4 years ago
Azlux
853ae88d3f
rollback #83
4 years ago
Azlux
b99c49fb8e
better build
4 years ago
Azlux
e20ee3cfc2
fix typo
4 years ago
azlux
f3d21dc0a7
Merge pull request #85 from zkemble/master
Make log2ram shutdown after journald has shutdown
4 years ago
Azlux
c5b8abaa1c
changelog added
4 years ago
Azlux
443a35ef9e
version consistancy
4 years ago
Azlux
fe13834ed2
execution right for build
4 years ago
Azlux
615a78f00e
typo fix
4 years ago
Azlux
13d0058086
Debian packages
Yeah !
4 years ago
azlux
1b8025aa91
Merge pull request #93 from folti/master
start service before syslog-ng service too
5 years ago
Tamas Pal
7cf6164364
start service before syslog-ng service too
prevent conflicts and failed startup of the syslog-ng daemon
if it's been used instead of the default rsyslog.
5 years ago
David MICHEL
0dc5827f5c
typo fix + fix rsync command
fix for #92 , bad fuzzy parameter
5 years ago
Azlux
bd38f34a25
better rsync use
typo #82 , improvement #81
5 years ago
Zak Kemble
87540578cc
Make log2ram shutdown after journald has shutdown
#83 At system shutdown log2ram should wait until journald has shutdown before syncing back to disk, otherwise it will sync an unclosed journal log.
5 years ago
Azlux
07b3599823
Zram option on ReadME
5 years ago
azlux
36a88b8933
from azlux/zram
Zram implementation
5 years ago
StuartIanNaylor
08264d3d3f
Update README.md
5 years ago
StuartIanNaylor
e2e1c65c5f
make zram lines create and mount immediate
5 years ago
StuartIanNaylor
c72bc41457
systemd tests due to mount wait rountine
5 years ago
StuartIanNaylor
12e7a068a8
remove ignore systemd
5 years ago
StuartIanNaylor
f86c90f9d6
clean up
5 years ago
StuartIanNaylor
17f8207391
systemd conflict zram-swap-config
5 years ago
StuartIanNaylor
34d32373c3
Add zram functionality
5 years ago
azlux
22dadff534
timeout added
I add timeout. In case of failure, logram will not freeze the OS startup.
6 years ago
azlux
1b2183b4c3
Merge pull request #49 from nachoparker/master
refactor installation script
6 years ago
nacho
0205dae7d9
refactor installation script
6 years ago
azlux
34e4812369
for #47
6 years ago
azlux
2d7951a666
Suggestion from #50
Check if systemd log2ram service is running before the install;
6 years ago
azlux
e41d5a0f23
Upgrade added
Linked to the #30 error
6 years ago
azlux
50a032e5af
Bug fix into Readme
#46
6 years ago
azlux
644739c925
Readme fix
6 years ago
azlux
16ebd29848
Use env instead of /bin/sh
better for flexible shell
6 years ago
azlux
e439c5ffdd
shellcheck typo
typo for #32
6 years ago
azlux
9c774dcbb7
Add uninstaller into /usr
Suggestion from #46
6 years ago
azlux
1ed58f986c
#42 better README
minor improvements to the readme
6 years ago
Thomas McWork
939f847038
fix wrong folder name
6 years ago
Thomas McWork
804428d3a3
minor improvements to the readme
minor improvements to the readme
6 years ago
azlux
e88f67ab23
Merge pull request #39 from nhuizing/feature/logrotate
Added logrotate support
6 years ago
Nathan Huizinga
e6d71736c8
Removed unneeded postrotate support
6 years ago
Nathan Huizinga
a66120b94a
Resolved conflict
7 years ago
azlux
3f33501c5b
Merge pull request #41 from ErwanAliasr1/evelu-typo
install: Fixing code typo
7 years ago
Erwan Velu
737ffd1c19
install: Fixing code typo
The last bracket shall not be glued to the directory.
The actual code is generating a runtime error like the following :
erwan@raspberrypi:~/download/log2ram $ sudo ./install.sh
Created symlink /etc/systemd/system/sysinit.target.wants/log2ram.service → /etc/systemd/system/log2ram.service.
./install.sh: 19: [: missing ]
##### Reboot to activate log2ram #####
This patch simply adds the missing space to make this script work.
7 years ago
Nathan Huizinga
8a16abbd76
Fixed: /var/log/log2ram.log handled like all other files.
7 years ago
azlux
9ac0af973c
Better README
Improved readability of the readme and comment in the config file
7 years ago
Henri de Jong
3e7185d210
Improved readability of the readme and comment in the config file
7 years ago