mirror of
https://github.com/containers/podman.git
synced 2025-08-06 19:44:14 +08:00
Added new flags to 'podman generate systemd' to change the unit name prefix
--container-prefix <string> - default 'container' Systemd unit name prefix for containers --pod-prefix <string> - default 'pod' Systemd unit name prefix for pods --separator <string> - default '-' Systemd unit name seperator between name/id and prefix Signed-off-by: Paul Holzinger <paul.holzinger@web.de>
This commit is contained in:
@ -2838,7 +2838,10 @@ _podman_generate_systemd() {
|
||||
local options_with_args="
|
||||
--restart-policy
|
||||
-t
|
||||
--time"
|
||||
--time
|
||||
--container-prefix
|
||||
--pod-prefix
|
||||
--separator"
|
||||
|
||||
local boolean_options="
|
||||
-h
|
||||
|
Reference in New Issue
Block a user