mirror of
https://github.com/EasyTier/EasyTier.git
synced 2024-11-16 11:42:27 +08:00
debug
This commit is contained in:
parent
bbbdc84aa9
commit
0ff6f758bc
|
@ -180,7 +180,7 @@ impl Service {
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn install(&self, bin_args: Vec<std::ffi::OsString>) -> Result<(), std::io::Error> {
|
pub fn install(&self, bin_args: Vec<OsString>) -> Result<(), std::io::Error> {
|
||||||
let ctx = ServiceInstallCtx {
|
let ctx = ServiceInstallCtx {
|
||||||
label: self.lable.clone(),
|
label: self.lable.clone(),
|
||||||
contents: None,
|
contents: None,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user