forked from Botanical/BotanJS
		
	
		
			
				
	
	
		
			20 lines
		
	
	
		
			693 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			693 B
		
	
	
	
		
			Desktop File
		
	
	
	
	
	
[Unit]
 | 
						|
Description=BotanJS Compiler Tasks
 | 
						|
After=network.target
 | 
						|
 | 
						|
[Service]
 | 
						|
Type=forking
 | 
						|
EnvironmentFile=-ETC_ROOT/celery.conf
 | 
						|
WorkingDirectory=PROJ_ROOT
 | 
						|
ExecStart=/bin/sh -c '${CELERY_BIN} multi start ${CELERYD_NODES} \
 | 
						|
  -A ${CELERY_APP} --pidfile=${CELERYD_PID_FILE} \
 | 
						|
  --logfile=${CELERYD_LOG_FILE} --loglevel=${CELERYD_LOG_LEVEL} ${CELERYD_OPTS}'
 | 
						|
ExecStop=/bin/sh -c '${CELERY_BIN} multi stopwait ${CELERYD_NODES} \
 | 
						|
  --pidfile=${CELERYD_PID_FILE}'
 | 
						|
ExecReload=/bin/sh -c '${CELERY_BIN} multi restart ${CELERYD_NODES} \
 | 
						|
  -A ${CELERY_APP} --pidfile=${CELERYD_PID_FILE} \
 | 
						|
  --logfile=${CELERYD_LOG_FILE} --loglevel=${CELERYD_LOG_LEVEL} ${CELERYD_OPTS}'
 | 
						|
 | 
						|
[Install]
 | 
						|
WantedBy=multi-user.target
 |