I am running latest bookwormpup64 and trying to figure out how to autostart pureftpd for home networking and have the window below not show up. I put a soft-link to the file in /root/Startup/ directory as can be seen and it triggers the window everytime I boot. Is there a command/option that will hide the window?
command pure-ftpd -h gives some info but couldn't figure out....
autostart run-pureftpd without warning, how?
Moderator: Forum moderators
- gychang
- Posts: 629
- Joined: Fri Aug 28, 2020 4:51 pm
- Location: San Diego, CA
- Has thanked: 220 times
- Been thanked: 70 times
autostart run-pureftpd without warning, how?
- Attachments
-
- pureftpd.png (43.18 KiB) Viewed 194 times
Re: autostart run-pureftpd without warning, how?
For what it is worth, I do that with the ftpd service in busybox. if you run
ftpd --help
That then refers to tcpsvd. My actual command is
tcpsvd -vE 0.0.0.0 21 ftpd -a root -w /root/ftpd/
Re: autostart run-pureftpd without warning, how?
@gychang
For pure-ftpd guidelines, the following may be helpful:
https://linux.die.net/man/8/pure-ftpd
---
The Puppy run-pureftpd utility starts pure-ftpd with the following default parameters:
-E --noanonymous
-b --brokenclientscompatibility
-B --daemonize
-A --chrooteveryone
-D --displaydotfiles
-H --dontresolve
-k --maxdiskusagepct
To auto-start pure-ftpd as a background process at boot time (no GUI) you could add the following command line to a startup script such as /etc/rc.d/rc.local:
pure-ftpd -EbBADHk 90