mirror of
				https://github.com/containers/podman.git
				synced 2025-10-31 18:08:51 +08:00 
			
		
		
		
	 0f22b69c03
			
		
	
	0f22b69c03
	
	
	
		
			
			podman-api(1) does not exist, so set the man page to podman-system-service(1). Same for the .socket. Signed-off-by: Valentin Rothberg <rothberg@redhat.com>
		
			
				
	
	
		
			11 lines
		
	
	
		
			176 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			176 B
		
	
	
	
		
			SYSTEMD
		
	
	
	
	
	
| [Unit]
 | |
| Description=Podman API Socket
 | |
| Documentation=man:podman-system-service(1)
 | |
| 
 | |
| [Socket]
 | |
| ListenStream=%t/podman/podman.sock
 | |
| SocketMode=0660
 | |
| 
 | |
| [Install]
 | |
| WantedBy=sockets.target
 |