From dc69a08bb3d8276724b7947b3c697b5fde25d8cf Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 27 Feb 2026 11:38:43 -0500 Subject: [PATCH] [systemd] Keeping porting to new local/bin --- systemd/.config/systemd/user/hungryroot-notifications.service | 2 +- systemd/.config/systemd/user/nyt-downloader.service | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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