mirror of
				https://github.com/hak8or/proxmox_scripts.git
				synced 2025-11-04 03:18:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
		
			251 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			251 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=Example Ruby website
 | 
						|
Requires=network.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=simple
 | 
						|
User=website
 | 
						|
Group=website
 | 
						|
WorkingDirectory=/var/www
 | 
						|
ExecStart=/usr/bin/bash -lc 'bundle exec rackup -s puma -p 9463 -o [::]'
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |