This commit is contained in:
Maurice
2025-08-16 20:08:50 +02:00
parent 37c86fc994
commit 30c813bcf2

View File

@@ -167,7 +167,7 @@ pub fn generate_openrc(config: &ServiceConfig) -> String {
"podman stop {} --ignore", "podman stop {} --ignore",
config.service.name config.service.name
))); )));
script.push_str("\n}\n\n"); script.push_str("\n}\n");
// } // }
script script