Commit Graph

159 Commits

Author SHA1 Message Date
azlux 83b373d925
Fix #179 2022-01-03 20:01:35 +01:00
azlux 6ee7907b80
Modify zram service 2021-12-09 12:34:19 +01:00
azlux d2da092618
added an empty OnCalendar= directive and move timer to 5 min
Merge pull request #166 from fleopaulD/master
2021-09-02 12:21:18 +02:00
azlux 8df9bf7d19
Merge pull request #168 from TupaNegreiros/patch-1
Update README.md
2021-08-30 22:38:43 +02:00
azlux 2204345300
Change buster to bullseye 2021-08-30 01:17:03 +02:00
Tupã Negreiros fbb75ab5af
Update README.md
Restart journald command
2021-08-18 19:09:24 -03:00
azlux 65a7a84623
root privileges required for apt
Merge pull request #164 from pb66/patch-1
2021-08-03 17:26:36 +02:00
fleopaulD 1c729d8049 added an empty OnCalendar= directive and move timer to 5 min 2021-07-31 00:13:34 +02:00
Paul a5d8ce4f9d
root privileges required for apt
Need to use `sudo apt` if not root user. proceeding 2 lines already incorporate `sudo` commands so for consistency these lines should be `sudo` too.
2021-07-26 19:00:43 +01:00
azlux 2977823e71
Merge pull request #162 from rgm3/master
Update ansible playbook
2021-07-06 17:21:49 +02:00
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