Move distrib to contrib and remove ideas from README.md

This commit is contained in:
Moritz Ruth 2023-03-28 14:27:20 +02:00
parent 643295b388
commit 736808931a
Signed by: moritzruth
GPG key ID: C9BBAB79405EE56D
4 changed files with 3 additions and 8 deletions

2
Cargo.lock generated
View file

@ -667,7 +667,7 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "hassliebe"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"anyhow",
"base64",

View file

@ -12,17 +12,12 @@
- [ ] PipeWire control
- [ ] File watcher
Ideas:
- Camera video stream
- Idle time (→ libseat)
## Installation
### As a systemd _system_ service
- Download [the latest binary](https://git.moritzruth.de/moritzruth/Hassliebe/releases) and put it into `/usr/bin`.
- Download [the unit file](distrib/systemd/system/hassliebe.service) and put it into `/etc/systemd/system`.
- Download [the unit file](contrib/systemd/system/hassliebe.service) and put it into `/etc/systemd/system`.
- Create the configuration file (see below) at `/etc/hassliebe/config.toml`.
- Enable and start the unit:
@ -33,7 +28,7 @@ systemctl enable hassliebe && systemctl start hassliebe
### As a systemd _user_ service
- Download [the latest binary](https://git.moritzruth.de/moritzruth/Hassliebe/releases) and put it into `~/.local/bin`.
- Download [the unit file](distrib/systemd/user/hassliebe.service) and put it into `~/.local/share/systemd/user`.
- Download [the unit file](contrib/systemd/user/hassliebe.service) and put it into `~/.local/share/systemd/user`.
- Create the configuration file (see below) at `$XDG_CONFIG_HOME/hassliebe/config.toml`.
- Enable and start the unit: