dotfiles/systemd/zettelkasten_autosave/zettelkasten_autosave.service
2024-03-01 16:33:59 +00:00

11 lines
208 B
Desktop File

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