mirror of
				https://git.waldn.net/git/knotteye/satyr.git
				synced 2025-10-30 01:12:42 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			334 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			334 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description=satyr livestreaming server
 | |
| After=network.target
 | |
| 
 | |
| [Service]
 | |
| KillMode=control-group
 | |
| Restart=on-failure
 | |
| 
 | |
| User=satyr
 | |
| Environment="HOME=/var/lib/satyr"
 | |
| WorkingDirectory=/opt/satyr
 | |
| ExecStart=/usr/bin/npm start
 | |
| 
 | |
| PrivateTmp=true
 | |
| ProtectHome=true
 | |
| ProtectSystem=full
 | |
| NoNewPrivileges=true
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target |