diff options
| author | a73x <[email protected]> | 2024-08-25 10:04:00 +0100 |
|---|---|---|
| committer | a73x <[email protected]> | 2024-08-25 10:04:00 +0100 |
| commit | 911a7dc7296f76a5de0538b3c3536167a89195d8 (patch) | |
| tree | 662014839ebed4077e066ed2b86b9e7a0c045185 /entrypoint.sh | |
| parent | d9ae1cb433a5fe66c3f64b15e5849d11a87d0c53 (diff) | |
add ui
Diffstat (limited to 'entrypoint.sh')
| -rw-r--r-- | entrypoint.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/entrypoint.sh b/entrypoint.sh index 5a4bd74..95d2bad 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -7,7 +7,11 @@ if [ ! -f /etc/ssh/ssh_host_rsa_key ]; then fi +spawn-fcgi -s /run/fcgiwrap/fcgiwrap.socket -f /usr/bin/fcgiwrap +chown nginx:nginx /run/fcgiwrap/fcgiwrap.socket + +nginx -g "daemon off;" & # Start the SSH daemon -/usr/sbin/sshd -D -e 2>&1 +/usr/sbin/sshd -D -e 2>&1 |
