lxc-containers.nix: rm outdated TODO

This commit is contained in:
Astro 2021-04-04 22:56:14 +02:00
parent 953e43fa4a
commit 54a061f565
1 changed files with 0 additions and 1 deletions

View File

@ -151,7 +151,6 @@ in
in
"${script} %i";
ExecStop = "${pkgs.lxc}/bin/lxc-stop -n %i";
# TODO: fails on writing /init
ExecReload =
let
script = pkgs.writeScript "reload-lxc-container.sh" ''