Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 633 Bytes

File metadata and controls

14 lines (11 loc) · 633 Bytes

Podman Container Service as Systemd Configuration Script

This script automates the process of configuring a podman container to start automatically as a systemd service. It uses podman to manage containers and systemd to manage the service.

Usage

  1. Open terminal and navigate to the directory where container is located.
  2. Download or copy the service.sh.
  3. Make the script executable if it's not already:
    chmod +x service.sh
    ./service.sh
    
    Learn more about how to Configure a container to start automatically as a systemd service