mirror of
https://github.com/gfacciol/zotero_dataserver-docker.git
synced 2021-05-12 18:32:26 +03:00
6 lines
114 B
Bash
Executable File
6 lines
114 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cd /srv/zotero/dataserver/processor/download
|
|
exec 2>&1
|
|
exec chpst -u www-data:www-data php5 daemon.php
|