Move distrib to contrib and remove ideas from README.md
This commit is contained in:
parent
643295b388
commit
736808931a
4 changed files with 3 additions and 8 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -667,7 +667,7 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "hassliebe"
|
name = "hassliebe"
|
||||||
version = "1.0.0"
|
version = "1.0.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"anyhow",
|
"anyhow",
|
||||||
"base64",
|
"base64",
|
||||||
|
|
|
@ -12,17 +12,12 @@
|
||||||
- [ ] PipeWire control
|
- [ ] PipeWire control
|
||||||
- [ ] File watcher
|
- [ ] File watcher
|
||||||
|
|
||||||
Ideas:
|
|
||||||
|
|
||||||
- Camera video stream
|
|
||||||
- Idle time (→ libseat)
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### As a systemd _system_ service
|
### As a systemd _system_ service
|
||||||
|
|
||||||
- Download [the latest binary](https://git.moritzruth.de/moritzruth/Hassliebe/releases) and put it into `/usr/bin`.
|
- 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`.
|
- Create the configuration file (see below) at `/etc/hassliebe/config.toml`.
|
||||||
- Enable and start the unit:
|
- Enable and start the unit:
|
||||||
|
|
||||||
|
@ -33,7 +28,7 @@ systemctl enable hassliebe && systemctl start hassliebe
|
||||||
### As a systemd _user_ service
|
### As a systemd _user_ service
|
||||||
|
|
||||||
- Download [the latest binary](https://git.moritzruth.de/moritzruth/Hassliebe/releases) and put it into `~/.local/bin`.
|
- 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`.
|
- Create the configuration file (see below) at `$XDG_CONFIG_HOME/hassliebe/config.toml`.
|
||||||
- Enable and start the unit:
|
- Enable and start the unit:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue