dotfiles/systemd/zettelkasten_autosave/zettelkasten_autosave.service

12 lines
208 B
SYSTEMD
Raw Normal View History

2024-02-26 19:38:08 +00:00
[Unit]
Description=Run ZK autosave every 15 minutes
[Service]
Type=simple
2024-03-01 16:33:59 +00:00
Environment=HOME=/home/thomas
2024-02-26 19:38:08 +00:00
ExecStart=/bin/bash /home/thomas/repos/eolas/scripts/auto_save.sh
[Install]
WantedBy=default.target