服务 perl-fcgi 启动,无法识别的服务

服务 perl-fcgi 启动,无法识别的服务

http://supportex.net/2011/11/migrating-otrs-apache-nginx/

我有一个文件/usr/local/bin/fastcgi-wrapper.pl/lib/systemd/system/perl-fcgi.serviceperl-fcgi.服务有以下内容:

[Unit]

Description=otrs-index.pl

[Service]
ExecStart=/usr/local/bin/fastcgi-wrapper.pl
Type=forking
User=otrs
Group=nginx
Restart=always

[Install]
WantedBy=multi-user.target

使用以下方式启用服务后

systemctl enable  perl-fcgi.service

我跑

service perl-fcgi start

但我明白了

perl-fcgi: unrecognized service

为什么服务没有启动?我的服务器正在运行Debian 6.0

答案1

因为 /etc/init.d/perl-fcgi 丢失或者没有权限 +x -http://nginxlibrary.com/perl-fastcgi/

相关内容