This commit is contained in:
2025-08-29 06:13:50 +02:00
parent 0f2d9f0aba
commit 0f6d6f731a
38 changed files with 53 additions and 335 deletions

View File

@@ -48,7 +48,6 @@ pub fn (mut self SystemdProcess) start() ! {
systemctl enable ${self.name}
systemctl start ${self.name}
' // console.print_debug(cmd)
_ = osal.execute_silent(cmd)!
self.refresh()!
console.print_header('started systemd process: ${self.name}')