minecraft: fix wrong autorestart target
This commit is contained in:
parent
f091c080d9
commit
cf90158871
|
@ -59,7 +59,7 @@ in
|
||||||
description = "Podman container ${name} autorestart";
|
description = "Podman container ${name} autorestart";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
ExecStart = "${pkgs.podman}/bin/podman restart podman-${name}";
|
ExecStart = "${pkgs.podman}/bin/podman restart ${name}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue