mirror of
				https://github.com/community-scripts/ProxmoxVE.git
				synced 2025-11-04 10:22:50 +00:00 
			
		
		
		
	@@ -41,6 +41,11 @@ function update_script() {
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    fetch_and_deploy_gh_release "pulse" "rcourtman/Pulse" "prebuild" "latest" "/opt/pulse" "*-linux-amd64.tar.gz"
 | 
					    fetch_and_deploy_gh_release "pulse" "rcourtman/Pulse" "prebuild" "latest" "/opt/pulse" "*-linux-amd64.tar.gz"
 | 
				
			||||||
    chown -R pulse:pulse /etc/pulse /opt/pulse
 | 
					    chown -R pulse:pulse /etc/pulse /opt/pulse
 | 
				
			||||||
 | 
					    sed -i 's|pulse/pulse|pulse/bin/pulse|' /etc/systemd/system/pulse.service
 | 
				
			||||||
 | 
					    systemctl daemon-reload
 | 
				
			||||||
 | 
					    if [[ -f /opt/pulse/pulse ]]; then
 | 
				
			||||||
 | 
					      rm -rf /opt/pulse/{pulse,frontend-modern}
 | 
				
			||||||
 | 
					    fi
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    msg_info "Starting ${APP}"
 | 
					    msg_info "Starting ${APP}"
 | 
				
			||||||
    systemctl start pulse
 | 
					    systemctl start pulse
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -44,7 +44,7 @@ Type=simple
 | 
				
			|||||||
User=pulse
 | 
					User=pulse
 | 
				
			||||||
Group=pulse
 | 
					Group=pulse
 | 
				
			||||||
WorkingDirectory=/opt/pulse
 | 
					WorkingDirectory=/opt/pulse
 | 
				
			||||||
ExecStart=/opt/pulse/pulse
 | 
					ExecStart=/opt/pulse/bin/pulse
 | 
				
			||||||
Restart=always
 | 
					Restart=always
 | 
				
			||||||
RestartSec=3
 | 
					RestartSec=3
 | 
				
			||||||
StandardOutput=journal
 | 
					StandardOutput=journal
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user