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