systemd services + timers, eden sync
This commit is contained in:
parent
69909d7d55
commit
80c60b63a8
5 changed files with 37 additions and 4 deletions
16
systemd_things/readme.md
Normal file
16
systemd_things/readme.md
Normal 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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue