From 06d5ef1b91ad1aec529f6ab74d4ca0394757d134 Mon Sep 17 00:00:00 2001 From: Storm Dragon Date: Thu, 17 Jul 2025 01:23:06 -0400 Subject: [PATCH] nvda2speechd service files added. --- .../systemd/user/nvda2speechd-important.service | 10 ++++++++++ home/stormux/.config/systemd/user/nvda2speechd.service | 9 +++++++++ 2 files changed, 19 insertions(+) create mode 100644 home/stormux/.config/systemd/user/nvda2speechd-important.service create mode 100644 home/stormux/.config/systemd/user/nvda2speechd.service diff --git a/home/stormux/.config/systemd/user/nvda2speechd-important.service b/home/stormux/.config/systemd/user/nvda2speechd-important.service new file mode 100644 index 0000000..50b44ef --- /dev/null +++ b/home/stormux/.config/systemd/user/nvda2speechd-important.service @@ -0,0 +1,10 @@ +[Unit] +Description=nvda2speechd server (priority) + +[Service] +Type=simple +Environment=NVDA2SPEECHD_PRIORITY=important +ExecStart=/usr/local/bin/nvda2speechd + +[Install] +WantedBy=default.target diff --git a/home/stormux/.config/systemd/user/nvda2speechd.service b/home/stormux/.config/systemd/user/nvda2speechd.service new file mode 100644 index 0000000..89586af --- /dev/null +++ b/home/stormux/.config/systemd/user/nvda2speechd.service @@ -0,0 +1,9 @@ +[Unit] +Description=nvda2speechd server + +[Service] +Type=simple +ExecStart=/usr/local/bin/nvda2speechd + +[Install] +WantedBy=default.target