diff --git a/systemd/.config/systemd/user/hungryroot-notifications.service b/systemd/.config/systemd/user/hungryroot-notifications.service index e1ee5d2..c72b466 100644 --- a/systemd/.config/systemd/user/hungryroot-notifications.service +++ b/systemd/.config/systemd/user/hungryroot-notifications.service @@ -5,7 +5,7 @@ Wants=network-online.target [Service] Type=simple -ExecStart=%h/.bin/hungryroot-notifications-wrapper +ExecStart=%h/.local/bin/hungryroot-notifications-wrapper Restart=always RestartSec=5 diff --git a/systemd/.config/systemd/user/nyt-downloader.service b/systemd/.config/systemd/user/nyt-downloader.service index b148488..6a9c127 100644 --- a/systemd/.config/systemd/user/nyt-downloader.service +++ b/systemd/.config/systemd/user/nyt-downloader.service @@ -4,4 +4,4 @@ Requires=nyt-downloader.timer [Service] Type=simple -ExecStart=/home/powellc/.bin/nyt +ExecStart=/home/powellc/.local/bin/nyt