mirror of https://github.com/Chocobozzz/PeerTube
				
				
				
			
		
			
				
	
	
		
			18 lines
		
	
	
		
			301 B
		
	
	
	
		
			INI
		
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			301 B
		
	
	
	
		
			INI
		
	
	
| [Unit]
 | |
| Description=PeerTube daemon
 | |
| 
 | |
| [Service]
 | |
| Type=simple
 | |
| Environment=NODE_ENV=production
 | |
| User=myuser
 | |
| Group=myuser
 | |
| ExecStart=/usr/bin/npm start
 | |
| WorkingDirectory=/path/to/peertube
 | |
| StandardOutput=syslog
 | |
| StandardError=syslog
 | |
| SyslogIdentifier=peertube
 | |
| Restart=always
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |