Skip to content

Commit

Permalink
Add config.mk notes
Browse files Browse the repository at this point in the history
  • Loading branch information
eylles committed Nov 9, 2024
1 parent e9459a2 commit a715744
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,17 @@ this will provide:
|zram.service|`/etc/systemd/system/zram.service`|systemd unit|


### install config

Edit the config.mk file to tweak installation options.

#### SysV init script

This repo provides 2 sysvinit init scripts, a hand written one and one that uses
Debian's init-d-script framework that provides a Debian and LSB compliant init.d
script that may be preferred on some environments, you can choose with the
config.mk file.

## Usage

### sysvinit
Expand All @@ -62,7 +73,6 @@ Initiate the service with `sudo systemctl start zram`

## TODO

* make a release
* add debian packaging "paperwork"
* perhaps add an action in the makefile to create a .deb

0 comments on commit a715744

Please sign in to comment.