decisions: disable faulty service
This commit is contained in:
parent
4a2984115f
commit
e027043637
|
@ -33,14 +33,14 @@ in
|
|||
};
|
||||
};
|
||||
|
||||
systemd.services."decisions-to-db" = {
|
||||
script = ''
|
||||
set -eu
|
||||
${pkgs.podman}/bin/podman exec decisions python tex_to_db.py
|
||||
'';
|
||||
serviceConfig = {
|
||||
Type = "oneshot";
|
||||
User = "root";
|
||||
};
|
||||
};
|
||||
# systemd.services."decisions-to-db" = {
|
||||
# script = ''
|
||||
# set -eu
|
||||
# ${pkgs.podman}/bin/podman exec decisions python tex_to_db.py
|
||||
# '';
|
||||
# serviceConfig = {
|
||||
# Type = "oneshot";
|
||||
# User = "root";
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue