Update README.md

This commit is contained in:
dataprolet 2024-05-25 12:25:14 +00:00
parent 7839e6701c
commit 28898ff984
1 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
1. Place timer and service file in the respective user directory $HOME/.config/systemd/user 1. Place timer and service file in the respective user directory $HOME/.config/systemd/user
2. Place the script into a directory and specify the path in the service file. 2. Place the script into a directory and specify the path in the service file.
3. Enable and start the timer: 3. Change time in script if necessary (default is 9:30 p.m. and 6:00 a.m.)
4. Enable and start the timer:
$ systemctl --user enable themer.timer $ systemctl --user enable themer.timer
$ systemctl --user start themer.timer $ systemctl --user start themer.timer