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