mirror of
https://github.com/x86dev/docker-ttrss
synced 2025-12-13 01:46:00 +00:00
7 lines
84 B
Bash
Executable File
7 lines
84 B
Bash
Executable File
#!/bin/sh
|
|
|
|
set -eu
|
|
set -x
|
|
|
|
/usr/sbin/php5-fpm >> /var/log/service-php5-fpm.log 2>&1
|