[Unit] Description=Likwid production (podman compose) Wants=network-online.target After=network-online.target [Service] Type=oneshot RemainAfterExit=yes WorkingDirectory=%h/likwid ExecStart=/usr/bin/podman compose --env-file compose/.env.production -f compose/production.yml up -d ExecStop=/usr/bin/podman compose --env-file compose/.env.production -f compose/production.yml down TimeoutStartSec=0 [Install] WantedBy=default.target