diff --git a/Cargo.lock b/Cargo.lock index c6a4c68..a63b93f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -667,7 +667,7 @@ checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" [[package]] name = "hassliebe" -version = "1.0.0" +version = "1.0.1" dependencies = [ "anyhow", "base64", diff --git a/README.md b/README.md index 2d0fb1b..ac277b5 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/distrib/systemd/system/hassliebe.service b/contrib/systemd/system/hassliebe.service similarity index 100% rename from distrib/systemd/system/hassliebe.service rename to contrib/systemd/system/hassliebe.service diff --git a/distrib/systemd/user/hassliebe.service b/contrib/systemd/user/hassliebe.service similarity index 100% rename from distrib/systemd/user/hassliebe.service rename to contrib/systemd/user/hassliebe.service