podman: allow system podman to interact with container transient units
Signed-off-by: Kenton Groombridge <me@concord.sh>
This commit is contained in:
parent
db2ec49444
commit
91da5e861b
|
@ -66,6 +66,10 @@ ifdef(`init_systemd',`
|
|||
init_start_system(podman_t)
|
||||
init_stop_system(podman_t)
|
||||
|
||||
# containers get created as systemd transient units
|
||||
init_get_transient_units_status(podman_t)
|
||||
init_start_transient_units(podman_t)
|
||||
|
||||
# podman can read logs from containers which are
|
||||
# sent to the system journal
|
||||
logging_search_logs(podman_t)
|
||||
|
|
Loading…
Reference in New Issue