Page 2 of 2

Re: I can't get a service made that runs

Posted: Tue Feb 04, 2014 2:50 pm
by ramicio
I think this is just an impossible goal.

Re: I can't get a service made that runs

Posted: Tue Feb 04, 2014 7:06 pm
by Cas
The problem is that most of us (devs) use Linux and secondly it's a Windows service issue, so not much we can do from Deluge pov. What you need to do is find out why it's erroring out on startup by investigating yourself. e.g. http://www.appassure.com/support/KB/age ... er-reboot/

Re: I can't get a service made that runs

Posted: Tue Feb 04, 2014 7:15 pm
by ramicio
I got it working with srvany. For the record, it can't run as a service by itself because it's not written to do so, so it's not a Windows issue.

Re: I can't get a service made that runs

Posted: Fri Feb 24, 2023 12:31 am
by ramicio
Hello. I lost my OS install (Ubuntu Server 22.04) and I can't get this thing to run as a service. I want to run it as a certain user. It won't run. It fails. It writes a 0-line log file. Can someone please help?

Re: I can't get a service made that runs

Posted: Fri Feb 24, 2023 2:13 am
by ramicio
I figured it out with:

viewtopic.php?p=234567#p234567

Re: I can't get a service made that runs

Posted: Wed Mar 01, 2023 3:47 pm
by greg2step
Have you tried Deluged-debug and NSSM to create the service?

https://deluge.readthedocs.io/en/latest ... rvice.html

I have this working on my VM - works well running on a Server 2022 VM where Deluge is really the only function of that VM.