clarify documentation, replace daemon-reexec with daemon-reload

This commit is contained in:
Marco Realacci 2025-04-10 15:43:26 +02:00
parent f51ed1b1bf
commit 6a5d03f73e

View file

@ -38,7 +38,7 @@ Or set it up as a `systemd` service for automatic and scheduled execution.
---
## Example: systemd Service
## Running the script automatically
Create a service file at `/etc/systemd/user/immich-album-downloader.service`:
@ -63,13 +63,13 @@ WantedBy=default.target
Enable and start the service:
```bash
systemctl --user daemon-reexec
systemctl --user daemon-reload
systemctl --user enable --now immich-album-downloader.service
```
---
## Example: systemd Timer
### Running the script periodically
To run the download periodically, create `/etc/systemd/user/immich-album-downloader.timer`: