dotfiles/systemd/zettelkasten_autosave/zettelkasten_autosave.service
2024-02-26 19:38:08 +00:00

10 lines
178 B
Desktop File

[Unit]
Description=Run ZK autosave every 15 minutes
[Service]
Type=simple
ExecStart=/bin/bash /home/thomas/repos/eolas/scripts/auto_save.sh
[Install]
WantedBy=default.target