Azlux
853ae88d3f
rollback #83
4年前
Azlux
b99c49fb8e
better build
4年前
Azlux
e20ee3cfc2
fix typo
4年前
azlux
f3d21dc0a7
Merge pull request #85 from zkemble/master
Make log2ram shutdown after journald has shutdown
4年前
Azlux
c5b8abaa1c
changelog added
4年前
Azlux
443a35ef9e
version consistancy
4年前
Azlux
fe13834ed2
execution right for build
4年前
Azlux
615a78f00e
typo fix
4年前
Azlux
13d0058086
Debian packages
Yeah !
4年前
azlux
1b8025aa91
Merge pull request #93 from folti/master
start service before syslog-ng service too
5年前
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年前
David MICHEL
0dc5827f5c
typo fix + fix rsync command
fix for #92 , bad fuzzy parameter
5年前
Azlux
bd38f34a25
better rsync use
typo #82 , improvement #81
5年前
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年前
Azlux
07b3599823
Zram option on ReadME
5年前
azlux
36a88b8933
from azlux/zram
Zram implementation
5年前
StuartIanNaylor
08264d3d3f
Update README.md
5年前
StuartIanNaylor
e2e1c65c5f
make zram lines create and mount immediate
5年前
StuartIanNaylor
c72bc41457
systemd tests due to mount wait rountine
5年前
StuartIanNaylor
12e7a068a8
remove ignore systemd
5年前
StuartIanNaylor
f86c90f9d6
clean up
5年前
StuartIanNaylor
17f8207391
systemd conflict zram-swap-config
5年前
StuartIanNaylor
34d32373c3
Add zram functionality
5年前
azlux
22dadff534
timeout added
I add timeout. In case of failure, logram will not freeze the OS startup.
6年前
azlux
1b2183b4c3
Merge pull request #49 from nachoparker/master
refactor installation script
6年前
nacho
0205dae7d9
refactor installation script
6年前
azlux
34e4812369
for #47
6年前
azlux
2d7951a666
Suggestion from #50
Check if systemd log2ram service is running before the install;
6年前
azlux
e41d5a0f23
Upgrade added
Linked to the #30 error
6年前
azlux
50a032e5af
Bug fix into Readme
#46
6年前
azlux
644739c925
Readme fix
6年前
azlux
16ebd29848
Use env instead of /bin/sh
better for flexible shell
6年前
azlux
e439c5ffdd
shellcheck typo
typo for #32
6年前
azlux
9c774dcbb7
Add uninstaller into /usr
Suggestion from #46
6年前
azlux
1ed58f986c
#42 better README
minor improvements to the readme
6年前
Thomas McWork
939f847038
fix wrong folder name
6年前
Thomas McWork
804428d3a3
minor improvements to the readme
minor improvements to the readme
6年前
azlux
e88f67ab23
Merge pull request #39 from nhuizing/feature/logrotate
Added logrotate support
6年前
Nathan Huizinga
e6d71736c8
Removed unneeded postrotate support
6年前
Nathan Huizinga
a66120b94a
Resolved conflict
7年前
azlux
3f33501c5b
Merge pull request #41 from ErwanAliasr1/evelu-typo
install: Fixing code typo
7年前
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年前
Nathan Huizinga
8a16abbd76
Fixed: /var/log/log2ram.log handled like all other files.
7年前
azlux
9ac0af973c
Better README
Improved readability of the readme and comment in the config file
7年前
Henri de Jong
3e7185d210
Improved readability of the readme and comment in the config file
7年前
Nathan Huizinga
dc8c788e05
Added logrotate support
7年前
azlux
9f60f97849
fix readme, add fecture
Added:
- check on install
- clear old folder on install
- better uninstall script
- use systemctl instead of manually call script in the cron
7年前
Nathan Huizinga
4f7c1a33a2
Bug fix: avoid installing when still installed
7年前
Nathan Huizinga
0e76e8d655
Fixed: supporting a previous log2ram version again
7年前
Nathan Huizinga
1ffd89c70e
Fixed: use systemctl reload to write changes to disk and to the log
7年前