From acdb0cd8add6db356dc7d13cdd5e67b7d304c98a Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 15 Aug 2022 09:42:56 -0600 Subject: [PATCH] SystemD Support --- RELEASE_NOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASE_NOTES.txt b/RELEASE_NOTES.txt index 5edd0bf..b498fcf 100644 --- a/RELEASE_NOTES.txt +++ b/RELEASE_NOTES.txt @@ -3,6 +3,7 @@ ## New Features: * Manage Containers: Has a new option called "Commit Image" that allows you to update a Docker image with the current running image. * Operations: Has a new option called "Edit Hosts" which will let you modify /etc/hosts on the server and then it will be copied to each node. +* SystemD unit file generation for containers to start on Boot (Podman Only). ## Enhancements: * Added PiCluster version to /nodes API @@ -10,7 +11,6 @@ * Webconsole: Removed depcreciated BodyParser constructor * Webconsole: Image list shows size and created time. * ElasticSearch: Support for SSL/TLS -* SystemD unit file generation for containers to start on Boot. ## Removed or Deprecated: * Auto-starting of containers at boot has been replaced with SystemD Unit files.