aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv@tobyvin.dev>2024-02-16 10:51:23 -0600
committerToby Vincent <tobyv@tobyvin.dev>2024-02-16 10:51:23 -0600
commite0062a8fb39b3283e7f654aa0096323b6705b245 (patch)
tree6fdf1870adb88b0aa22ebad343ff740a9ead19c9
parent021b01e2d9d5f7abcb015926ac774a0be3cc8be2 (diff)
fix(i3status): only start rss once dbus is up
-rw-r--r--i3status/.config/systemd/user/rss-status.service4
1 files changed, 4 insertions, 0 deletions
diff --git a/i3status/.config/systemd/user/rss-status.service b/i3status/.config/systemd/user/rss-status.service
index 036084c..c13c7e2 100644
--- a/i3status/.config/systemd/user/rss-status.service
+++ b/i3status/.config/systemd/user/rss-status.service
@@ -3,4 +3,8 @@ Description=rss status bar block
[Service]
Type=oneshot
+BusName=rs.i3status
ExecStart=%h/.local/bin/rss-status
+
+[Install]
+WantedBy=default.target