...
This commit is contained in:
@@ -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}')
|
||||
|
||||
Reference in New Issue
Block a user