mirror of
				https://github.com/advplyr/audiobookshelf.git
				synced 2025-10-27 11:18:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			423 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			423 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=Self-hosted audiobook server for managing and playing audiobooks
 | |
| Requires=network.target
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| EnvironmentFile=/etc/default/audiobookshelf
 | |
| WorkingDirectory=/usr/share/audiobookshelf
 | |
| ExecStart=/usr/share/audiobookshelf/audiobookshelf
 | |
| ExecReload=/bin/kill -HUP $MAINPID
 | |
| Restart=always
 | |
| User=audiobookshelf
 | |
| Group=audiobookshelf
 | |
| PermissionsStartOnly=true
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target |