dotfiles/systemd/system/bash_eternal_push.timer

12 lines
199 B
Bash
Raw Permalink Normal View History

[Unit]
Description=Pushing bash history
Requires=bash_eternal_push.service
[Timer]
Unit=bash_eternal_push.service
OnCalendar=*-*-* *:00/30
RandomizedDelaySec=30min
[Install]
WantedBy=timers.target