1.0.1 Commands aligned to Systemd service usage
Installation instructions
Quickstart
- Download (either
.zip
ortar.gz
) - extract the archive
- run the file
./place_files_onto_system.sh
as root to install Adsorber - run
adsorber enable
Note for updaters from v1.0.0:
All your Adsorber config files will be overwritten by place_files_onto_system.sh
.
If you want to keep them, take a copy and restore them afterwards.
Changes
-
New aliases for operations, similar to Systemd's service usage.
Makes the commands hopefully less confusing. Old operations will continue to work.setup
=enable
update
=start
restore
=stop
Thanks to @eksperimental for #22
-
Update Systemd unit file to not use obsolete logging target
Thanks to @tongtanhieu for #21 -
Fix Systemd Service Log not displaying run date correctly
-
Some other minor improvements