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
|
# 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";
|
||||||
|
|
Loading…
Reference in New Issue