This commit is contained in:
2025-11-30 08:59:38 +01:00
parent 0963910572
commit 5b2069c560
32 changed files with 60 additions and 59 deletions

View File

@@ -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