...
This commit is contained in:
@@ -50,7 +50,7 @@ pub fn (mut self SystemdProcess) start() ! {
|
||||
systemctl start ${self.name}
|
||||
'
|
||||
|
||||
job := osal.exec(cmd: cmd, stdout: false)!
|
||||
osal.exec(cmd: cmd, stdout: false)!
|
||||
|
||||
// Wait for service to start with timeout
|
||||
mut attempts := 0
|
||||
|
||||
Reference in New Issue
Block a user