Skip to content

Commit

Permalink
fix timer
Browse files Browse the repository at this point in the history
  • Loading branch information
mdeguzis committed Sep 21, 2024
1 parent 2ba9838 commit 0354c04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utilities/install-software.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ cat > "${HOME}/.config/systemd/user/ludusavi-backup.timer" <<EOF
Description="Ludusavi backup timer"
[Timer]
OnCalendar=*/30 * * * *
OnCalendar=*-*-* *:00/5:00
Unit=ludusavi-backup.service
[Install]
WantedBy=timers.target
EOF
systemctl --user enable ${HOME}/.config/systemd/user/ludusavi-backup.timer
systemctl --user start ${HOME}/.config/systemd/user/ludusavi-backup.timer
systemctl --user enable ludusavi-backup.timer
systemctl --user start ludusavi-backup.timer

echo -e "\n[INFO] Done!"

0 comments on commit 0354c04

Please sign in to comment.