mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	/bin/sh and /usr/bin/env are the only two binaries that NixOS provides at a fixed path (outside a buildFHSUserEnv sandbox). This discussion was split from #11004. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
		
			
				
	
	
		
			10 lines
		
	
	
		
			244 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			244 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/usr/bin/env bash
 | 
						|
 | 
						|
sudo service rabbitmq-server restart
 | 
						|
sudo service postgresql restart
 | 
						|
sudo service redis-server restart
 | 
						|
sudo service memcached restart
 | 
						|
# shellcheck source=/dev/null
 | 
						|
source /home/zulip/.bash_profile
 | 
						|
/srv/zulip/tools/test-all
 |