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:
parent
62cf31d9ce
commit
37ea881b01
|
@ -19,8 +19,9 @@ in
|
|||
|
||||
# Create the server process systemd unit
|
||||
systemd.services.amanuensis = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
description = "Amanuensis Lexicon server";
|
||||
path = [ python3-with-amanuensis-requires ];
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
ExecStart = "/home/amanuensis/Amanuensis/run.sh";
|
||||
|
|
Loading…
Reference in New Issue