1
1
Fork 0

Fix some pathing issues for amanuensis

This should deprecate the need for using the python venv, as long as you su to the user as a login shell
This commit is contained in:
Jaculabilis 2022-01-02 20:57:15 +00:00
parent 62cf31d9ce
commit 37ea881b01
1 changed files with 2 additions and 1 deletions

View File

@ -19,8 +19,9 @@ in
# Create the server process systemd unit # Create the server process systemd unit
systemd.services.amanuensis = { systemd.services.amanuensis = {
enable = false; enable = true;
description = "Amanuensis Lexicon server"; description = "Amanuensis Lexicon server";
path = [ python3-with-amanuensis-requires ];
serviceConfig = { serviceConfig = {
Type = "simple"; Type = "simple";
ExecStart = "/home/amanuensis/Amanuensis/run.sh"; ExecStart = "/home/amanuensis/Amanuensis/run.sh";