We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
gopeed
Thanks for a great piece of software! I just wanted to share my systemd config for reference to others. Enjoy!
[Unit] Description=gopeed (high speed downloader) After=syslog.target network.target remote-fs.target nss-lookup.target network-online.target apache2.service Requires=network-online.target [Service] Type=simple Environment=USER=gopeed Environment=HOME=/home/gopeed/gopeed User=gopeed Group=gopeed ExecStart=/home/gopeed/gopeed/gopeed WorkingDirectory=/home/gopeed/gopeed TimeoutSec=30 RestartSec=2 StandardOutput=syslog StandardError=syslog SyslogIdentifier=gopeed Restart=always ### Modify these two values if you keep getting HTTP 500 errors ### #LimitMEMLOCK=infinity #LimitNOFILE=65535 ### If you want to bind gopeed to a port below 1024 uncomment the two values below ### #CapabilityBoundingSet=CAP_NET_BIND_SERVICE #AmbientCapabilities=CAP_NET_BIND_SERVICE [Install] WantedBy=multi-user.target
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description(required)
gopeed
. May substitute whatever user you want to useApp Version(required)
OS Version(required)
Snapshots
Log
Information
Thanks for a great piece of software! I just wanted to share my systemd config for reference to others. Enjoy!
Requirements
The text was updated successfully, but these errors were encountered: