Skip to content

Commit

Permalink
khal: remove sync timer in favor of oneshot
Browse files Browse the repository at this point in the history
  • Loading branch information
chadsr committed Oct 8, 2024
1 parent 0a13c97 commit b0f94f1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 12 deletions.
4 changes: 2 additions & 2 deletions khal/.config/systemd/user/vdirsyncer-sync.service
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[Unit]
Description=Sync vdirsyncer with configured remotes (timer)
Description=Sync vdirsyncer with configured remotes (oneshot)
Wants=network-online.target
After=network-online.target nss-lookup.target

[Service]
Type=simple
Type=oneshot
ExecStart=/usr/bin/vdirsyncer sync

[Install]
Expand Down
9 changes: 0 additions & 9 deletions khal/.config/systemd/user/vdirsyncer-sync.timer

This file was deleted.

1 change: 0 additions & 1 deletion setup_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -897,7 +897,6 @@ declare -a systemd_user_units=(
"$base_path"/gtk/.config/systemd/user/xsettingsd.service
"$base_path"/hyprland/.config/systemd/user/hypridle.service
"$base_path"/khal/.config/systemd/user/vdirsyncer-sync.service
"$base_path"/khal/.config/systemd/user/vdirsyncer-sync.timer
"$base_path"/nextcloud/.config/systemd/user/nextcloud-client.service
"$base_path"/sway/.config/systemd/user/kanshi.service
"$base_path"/sway/.config/systemd/user/swayidle.service
Expand Down

0 comments on commit b0f94f1

Please sign in to comment.