Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
739 contributions in the last year
Contribution activity
June 2020
Created a pull request in Nefelim4ag/systemd-swap that received 4 comments
Revamp Makefile to support man pages
My approach to this unusual Makefile.
Tested with make prefix=/usr/local install, with PKGBUILD on Arch and with systemd-swap-git.spec on Fedora 32…
+51
−21
•
4
comments
- Dynamically patch paths when installing manually
- Escape paths and shuffle some code
- Hotfix for missing double quote
- Cosmetic changes and updated SPEC
- Use service Type=notify and generate swap.conf
- Load default configuration from /usr/share/systemd-swap
- Follow systemd configuration loading scheme
- Clean up code and reduce external command usage
- Log swap activation threshold used by swapFC
- Grammar clean-up and removal of a temporary file
- Do not use grep for acquiring memory stats
- Only use `dd` for f2fs
Created an issue in Nefelim4ag/systemd-swap that received 5 comments
No zram devices with Type=forking
Commit ed09391 introduced some weird behaviour on my system.
Starting systemd-swap results in no zram devices allocated. This is the log produced:
[…
5
comments