dathttpd icon indicating copy to clipboard operation
dathttpd copied to clipboard

issue with daemonizing dathttpd: permissions issue?

Open urcades opened this issue 7 years ago • 1 comments

Hi, when I reach the step to attempt daemonizing the dathttpd service, I run into this error:

screen shot 2018-04-11 at 19 24 23

It's looking like for whatever reason, the command is not being recognized with sudo prepending the following commands.

Attempting to remove the sudo results in this:

screen shot 2018-04-11 at 19 24 32

Does anyone have an idea of how i might get the sudo'd command working?

Thanks!

urcades avatar Apr 11 '18 23:04 urcades

@edouerd Hey, two thoughts

  1. add-to-systemd is a tool that I was using previously but I suggest https://npm.im/pm2 instead because it's a bit easier to manage
  2. If you're still setting things up, I suggest considering https://github.com/beakerbrowser/homebase instead of dathttpd, because we're going to be replacing dathttpd with homebase. It's basically the same program but better and with an easier-to-say name

pfrazee avatar Apr 11 '18 23:04 pfrazee