systemd services + timers, eden sync

This commit is contained in:
Crizomb 2026-01-18 20:54:37 +01:00
parent 69909d7d55
commit 80c60b63a8
5 changed files with 37 additions and 4 deletions

16
systemd_things/readme.md Normal file
View file

@ -0,0 +1,16 @@
No crontab by default on bluefin atomic distro
symlink thingies :
```bash
ln -s ~/dotefiles/systemd_things/eden-sync.service ~/.config/systemd/user/eden-sync.service
ln -s ~/dotefiles/systemd_things/eden-sync.timer ~/.config/systemd/user/eden-sync.timer
```
then :
```bash
systemctl --user daemon-reexec
systemctl --user daemon-reload
systemctl --user enable --now eden-sync.timer
```