mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 02:12:49 +00:00 
			
		
		
		
	Prometheus: Fix installation via creating the service file (#1416)
This commit is contained in:
		@@ -32,7 +32,7 @@ echo "${RELEASE}" >/opt/${APPLICATION}_version.txt
 | 
			
		||||
msg_ok "Installed Prometheus"
 | 
			
		||||
 | 
			
		||||
msg_info "Creating Service"
 | 
			
		||||
cat <<EOF >/etc/systemd/system/prometheus.service"
 | 
			
		||||
cat <<EOF >/etc/systemd/system/prometheus.service
 | 
			
		||||
echo "[Unit]
 | 
			
		||||
Description=Prometheus
 | 
			
		||||
Wants=network-online.target
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user