We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the README.md file, there is a missing part : the listen.php launcher !
It is the /etc/systemd/system/nfsen.service file :
[Unit] Description=nfsen-ng daemon Requires=network.target remote-fs.target apache2.service [Service] PIDFile=/var/www/html/nfsen-ng/backend/nfsen-ng.pid WorkingDirectory=/var/www/html/nfsen-ng/backend/ ExecStart=/usr/bin/php /var/www/html/nfsen-ng/backend/listen.php Restart=always Type=simple KillMode=process User=www-data Group=www-data StandardOutput=null StandardError=syslog ProtectSystem=full ProtectHome=true PrivateTmp=true [Install] WantedBy=multi-user.target
Of course it should be adapted with the pathes.
After, the systemd must be reloaded : systemctl daemon-reload
The text was updated successfully, but these errors were encountered:
Dona21
No branches or pull requests
In the README.md file, there is a missing part : the listen.php launcher !
It is the /etc/systemd/system/nfsen.service file :
Of course it should be adapted with the pathes.
After, the systemd must be reloaded : systemctl daemon-reload
The text was updated successfully, but these errors were encountered: