mirror of
				https://github.com/aurora-dot/pastel.codes.git
				synced 2025-10-30 22:51:34 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			23 lines
		
	
	
		
			507 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			507 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
| [Unit]
 | |
| Description="pastel.codes web service"
 | |
| Documentation=https://pastel.codes.com
 | |
| After=network.target
 | |
| 
 | |
| [Service]
 | |
| Environment=PORT=7000
 | |
| Environment=NODE_ENV=production
 | |
| Environment=GHOST_KEY=key
 | |
| Environment=HCAPTCHA_KEY=key
 | |
| Environment=SENDGRID_API_KEY=key
 | |
| Environment=TO_MAIL_USER=user
 | |
| Environment=REPLY_TO_MAIL=user
 | |
| Environment=FROM_MAIL_USER=user
 | |
| StandardOutput=syslog
 | |
| SyslogIdentifier=pastel-codes
 | |
| User=web
 | |
| ExecStart=/home/web/pastel.codes/bin/www
 | |
| Restart=always
 | |
| 
 | |
| [Install]
 | |
| WantedBy=multi-user.target
 |