diff options
author | rodri <rgl@antares-labs.eu> | 2021-01-10 12:05:02 +0000 |
---|---|---|
committer | rodri <rgl@antares-labs.eu> | 2021-01-10 12:05:02 +0000 |
commit | 87d44606836a396209ffad68141e5c3a0986c788 (patch) | |
tree | 8b671d8a5a7a856c9a2fec577ae30b4083d1e51d /filmsrv | |
parent | ad993c4293df8dc2e8fecc172efa82ea8d675def (diff) | |
download | filmoteca-87d44606836a396209ffad68141e5c3a0986c788.tar.gz filmoteca-87d44606836a396209ffad68141e5c3a0986c788.tar.bz2 filmoteca-87d44606836a396209ffad68141e5c3a0986c788.zip |
move from an inetd-dependent program to a standalone concurrent server.
Diffstat (limited to 'filmsrv')
-rwxr-xr-x | filmsrv | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -/home/cinema/bin/filmoteca -d /filmoteca 2>>/home/cinema/lib/film/filmoteca.log +/home/cinema/bin/filmoteca -p 80 -u cinema 2>>/home/cinema/lib/film/filmoteca.log |