Provide update-alternatives to shwitch to archive mode

This commit is contained in:
Ronny Friedland 2025-06-04 11:54:36 +02:00 committed by Ronny Friedland
parent 432e5ab9f2
commit 907a7505a8
4 changed files with 16 additions and 2 deletions

View file

@ -18,7 +18,13 @@ The timetracker application provides the following arguments which can be passed
The application is triggered by a systemd timer which triggers the application via systemd unit.
*Note:* Running timetracker with ystemd unit uses the default property values. To change it you have to modify the unit file.
*Note:* Running timetracker with systemd unit uses the default property values. To change it you have use the appropriate alternative.
### Switch alternative
```shell
update-alternatives --config timetracker
```
To enable the timer you have to (requires root privileges):