mirror of
				https://github.com/owntone/owntone-server.git
				synced 2025-10-29 15:55:02 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			319 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			319 B
		
	
	
	
		
			Desktop File
		
	
	
		
			Executable File
		
	
	
	
	
| [Unit]
 | |
| Description=DAAP/DACP (iTunes), RSP and MPD server, supports AirPlay and Remote
 | |
| After=network.target sound.target
 | |
| 
 | |
| [Service]
 | |
| ExecStart=/usr/sbin/forked-daapd -f
 | |
| 
 | |
| # Restart, but not more than once every 10 minutes
 | |
| Restart=on-failure
 | |
| StartLimitBurst=2
 | |
| StartLimitInterval=600
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 | |
| 
 |