You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			16 lines
		
	
	
		
			331 B
		
	
	
	
		
			Cheetah
		
	
			
		
		
	
	
			16 lines
		
	
	
		
			331 B
		
	
	
	
		
			Cheetah
		
	
# chezmoi:template:left-delimiter=#{{
 | 
						|
# chezmoi:template:right-delimiter=}}#
 | 
						|
#{{- /* vim: set filetype=systemd: */ -}}#
 | 
						|
#{{- if lookPath "podman" -}}#
 | 
						|
[Unit]
 | 
						|
Description=Podman service
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=simple
 | 
						|
ExecStart=#{{ lookPath "podman" }}# system service --time 0
 | 
						|
Restart=always
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=default.target
 | 
						|
#{{- end }}#
 |