7 lines
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			218 B
		
	
	
	
		
			Plaintext
		
	
	
		
			Executable File
		
	
	
	
	
| #!/sbin/openrc-run
 | |
| 
 | |
| command=/srv/spotter/wsgi.py
 | |
| description="Spotter application manager"
 | |
| pidfile=/var/run/spotter-appmgr.pid
 | |
| start_stop_daemon_args="--background --make-pidfile --stderr /dev/null --stdout /dev/null"
 |