service command: Falha ao emitir chamada de método

2

Eu baixei o código fonte do tinyproxy e depois usei ./configure make make install para instalá-lo

Depois, quero iniciá-lo, mas obtenho erros, como os seguintes:

[root@kitty tinyproxy-1.8.3]# service tinyproxy start
Redirecting to /bin/systemctl  start tinyproxy.service
Failed to issue method call: Unit tinyproxy.service failed to load: No such file or directory. See system logs and 'systemctl status tinyproxy.service' for details.

Por que não consigo iniciar tinyproxy ?

BTW, o meu sistema é o fedora 16, versão tinyproxy: 1.8.3 o arquivo de configuração:

    User nobody
    Group nobody
    Port 8888
    Timeout 600
    DefaultErrorFile "/usr/local/share/tinyproxy/default.html"
    StatFile "/usr/local/share/tinyproxy/stats.html"
    LogLevel Info
    MaxClients 100
    MinSpareServers 5
    MaxSpareServers 20
    StartServers 10
    MaxRequestsPerChild 0
    Allow 127.0.0.1
    ViaProxyName "tinyproxy"
    ConnectPort 443
    ConnectPort 563
    
por misteryes 31.05.2013 / 13:55

0 respostas