We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f22a2 commit 7a57245Copy full SHA for 7a57245
src/utils/ssh_deploy/services.rs
@@ -107,7 +107,7 @@ pub async fn await_service_startup(
107
/// # Returns
108
/// * `String` - Service content
109
pub fn create_docker_service_content(
110
- service_name: &str,
+ _service_name: &str,
111
working_dir: &str,
112
description: &str,
113
) -> String {
@@ -166,4 +166,4 @@ pub fn create_binary_service_content(
166
WantedBy=multi-user.target\n",
167
description, working_dir, binary_path, args_str
168
)
169
-}
+}
0 commit comments