'Unable to view services under podman system command - macos

I have setup podman in my machine (macos) using brew command. Podman is working as expected but unable to view service option under podman system command.

Here I'm trying to use RESTFul command service but it is not working as expected.

Can any one please help ?

~ % podman --version
podman version 4.0.3

Command used to start service : podman system service --time 5 &

Error Response : Error: unknown flag: --time

Also I have checked further and found no service option under podman system

Command :

podman system --help

Result :

Manage podman

Description:
  Manage podman

Usage:
  podman system [command]

Available Commands:
  connection  Manage remote ssh destinations
  df          Show podman disk usage
  info        Display podman system information
  prune       Remove unused data


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source