You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
	
	
		
			9 lines
		
	
	
		
			291 B
		
	
	
	
		
			INI
		
	
			
		
		
	
	
			9 lines
		
	
	
		
			291 B
		
	
	
	
		
			INI
		
	
# /etc/systemd/system/sessioncommunities.service
 | 
						|
[Unit]
 | 
						|
Description=Scrape every known source for Session Communities and put the data to a NGINX accessible folder
 | 
						|
 | 
						|
[Service]
 | 
						|
WorkingDirectory=/home/session/sessioncommunities.online
 | 
						|
User=session
 | 
						|
ExecStart=/usr/bin/php php/update-listing.php
 |