1
0
mirror of https://github.com/azlux/log2ram.git synced 2023-10-10 13:37:24 +02:00
Commit Graph

149 Commits

Author SHA1 Message Date
rgm
193c41573c Update ansible playbook
Use new trusted.gpg.d keyring for apt key, improve idempotency,
only update cache when necessary, only restart service when necessary.
2021-07-05 08:12:23 -05:00
Rasmus Bondesson
f570ff6e4b
README: Small fixed and addition of troubleshooting tips (#160)
- Move "Is it working?" section to after "Install"
- Adjust "Is it working?" a bit, mention "systemctl status"
- Wording
- Add Troubleshooting section with journal cleanup tips
2021-06-23 16:17:05 +02:00
azlux
e41b7630fc
ansible playbook to install log2ram
Merge pull request #156 from smu/master
2021-06-23 16:15:47 +02:00
Stefan Muthers
a30bf5664e ansible playbook to install log2ram 2021-05-08 20:57:14 +02:00
Christopher Nethercott
82554106c9
Update README.md (#149) 2021-02-21 22:31:36 +01:00
Azlux
28dd509071 Better readme
fix #135
2020-10-29 10:05:37 +01:00
Azlux
d83aa8d631 rm old cron files
preparing new version
2020-10-01 00:03:56 +02:00
azlux
c92e706d2d move timer to 5 min
daily hit in the same time as logrotate.
2020-09-30 10:01:58 +02:00
MegaV0lt
549288f8d4
Support path with spaces (#130)
* Add quotes and support path with spaces
* Using findmnt instead of mount | grep
findmnt is part of util-linux and should be available on almost all systems
2020-09-30 09:52:39 +02:00
azlux
00a929d88c fix part of #121 2020-09-09 13:27:16 +02:00
azlux
39ad7923e4
Merge pull request #120 from casperklein/patch-1
Typo fixed
2020-07-27 13:47:59 +02:00
azlux
ef291999ba
[FEATURE] Replaces CRON usages by a proper systemd timer
Merge pull request #117 from HorlogeSkynet/feature/systemd_timer
2020-07-27 13:47:17 +02:00
Casper
f3673d1ded
Typo fixed 2020-07-27 13:16:07 +02:00
azlux
a344e45e3c
Adding apt uninstall method 2020-07-23 01:33:54 +02:00
Samuel FORESTIER
6185780cf7 Hide error if not installed as a package or if dpkg is not available 2020-07-22 20:42:40 +00:00
Samuel FORESTIER
0fdf8827e5 Silence errors when logrotate is not installed
Co-authored-by: emwe1 <emwe1@users.noreply.github.com>
2020-07-22 20:40:02 +00:00
Samuel FORESTIER
a5c7f553df
Merge branch 'master' into feature/systemd_timer 2020-07-22 20:26:52 +00:00
Azlux
1af7db2b28 rsync by default #115 + fix #119 2020-07-22 22:07:02 +02:00
Samuel FORESTIER
c399b4039e Replaces CRON usages by a proper systemd timer
> Closes #84
> Closes #77
2020-07-02 12:04:14 +02:00
Azlux
324902da44 rollback #111 2020-05-22 10:45:30 +02:00
Azlux
1406472d8a Small check in case config not good 2020-05-21 20:37:27 +02:00
Azlux
6d5b84ba75 fix indent 2020-05-20 02:04:34 +02:00
azlux
0e09169876
work even on a readonly filesystem
Merge pull request #111 from organic-ip/master
2020-05-20 02:01:45 +02:00
organic-ip
013ab903e5 indentation fix 2020-05-19 23:27:13 +02:00
organic-ip
2264d58597 add lighttpd.service in list 2020-05-14 23:23:26 +02:00
organic-ip
4db08b8e52 work with mount point read-only mode 2020-05-14 23:20:20 +02:00
azlux
3efc8f35cf
preserve context make issue on many OS
fix #108
2020-05-09 12:17:02 +02:00
Azlux
31e4409fc3 typo fix #107 2020-05-07 13:46:01 +02:00
Azlux
881eea145f add size check for zram
fix #99
2020-05-07 11:52:44 +02:00
Azlux
f6432fa708 Fix for #57 2020-05-04 22:11:17 +02:00
Azlux
f6e81bc8c1 Additionnal path
feature for #96
2020-05-03 21:51:44 +02:00
Azlux
853ae88d3f rollback #83 2020-02-05 14:47:31 +01:00
Azlux
b99c49fb8e better build 2020-02-05 13:56:21 +01:00
Azlux
e20ee3cfc2 fix typo 2020-02-05 13:45:10 +01:00
azlux
f3d21dc0a7
Merge pull request #85 from zkemble/master
Make log2ram shutdown after journald has shutdown
2020-01-02 17:02:18 +01:00
Azlux
c5b8abaa1c changelog added 2019-12-20 16:24:11 +01:00
Azlux
443a35ef9e version consistancy 2019-12-20 13:23:25 +01:00
Azlux
fe13834ed2 execution right for build 2019-12-19 17:58:37 +01:00
Azlux
615a78f00e typo fix 2019-12-19 17:07:49 +01:00
Azlux
13d0058086 Debian packages
Yeah !
2019-12-19 16:51:27 +01:00
azlux
1b8025aa91
Merge pull request #93 from folti/master
start service before syslog-ng service too
2019-09-26 14:48:56 +02:00
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.
2019-09-26 12:43:24 +02:00
David MICHEL
0dc5827f5c typo fix + fix rsync command
fix for #92 , bad fuzzy parameter
2019-09-20 14:18:54 +02:00
Azlux
bd38f34a25 better rsync use
typo #82, improvement #81
2019-08-20 01:32:46 +02:00
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.
2019-07-26 23:59:56 +01:00
Azlux
07b3599823 Zram option on ReadME 2019-03-13 15:47:06 +01:00
azlux
36a88b8933
from azlux/zram
Zram implementation
2019-03-13 15:29:37 +01:00
StuartIanNaylor
08264d3d3f
Update README.md 2019-03-09 15:24:28 +00:00
StuartIanNaylor
e2e1c65c5f make zram lines create and mount immediate 2019-03-09 14:43:41 +00:00
StuartIanNaylor
c72bc41457 systemd tests due to mount wait rountine 2019-03-09 04:55:45 +00:00