mirror of
				https://github.com/YunoHost-Apps/send_ynh.git
				synced 2025-11-04 07:45:30 +01:00 
			
		
		
		
	v2
This commit is contained in:
		@@ -6,10 +6,10 @@ After=syslog.target network.target
 | 
			
		||||
Type=simple
 | 
			
		||||
User=__APP__
 | 
			
		||||
Group=__APP__
 | 
			
		||||
WorkingDirectory=__FINALPATH__/
 | 
			
		||||
WorkingDirectory=__INSTALL_DIR__/
 | 
			
		||||
Environment="NODE_ENV=production"
 | 
			
		||||
#Environment="__YNH_NODE_LOAD_PATH__"
 | 
			
		||||
ExecStart=__YNH_NODE__ __FINALPATH__/server/bin/prod.js
 | 
			
		||||
ExecStart=__YNH_NODE__ __INSTALL_DIR__/server/bin/prod.js
 | 
			
		||||
Restart=always
 | 
			
		||||
 | 
			
		||||
# Sandboxing options to harden security
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user