Cannot get Deluged-debug to work with NSSM

Specific support for Deluge on Microsoft Windows OS
Post Reply
Rok1
New User
New User
Posts: 2
Joined: Sat Jul 09, 2016 1:42 am

Cannot get Deluged-debug to work with NSSM

Post by Rok1 »

I am trying to get Deluge up and running on a Server 2008R2 based seedbox/media server

I can get Deluge up and running perfectly as a daemon, been using it this way for over a year. However 2 issues with how I have it running:
1) A user has to automatically logon
2) it doesnt shut down cleanly on reboots

So I am trying to st it up as a service using nssm:

Following the directions in the wiki I have the following:

Code: Select all

Path= C:\Program Files (x86)\Deluge\deluged-debug.exe
Startup Directory=C:\Program Files (x86)\Deluge
Arguments= -c C:\Users\username\AppData\Roaming\deluge\core.conf
However when I run nssm start deluge, I get the following error:

Code: Select all

Deluge: START: The system cannot find the file specified.
I have tried both a system account as well as using my username/password too.
I have tried all manners of different permutations of the arguments line, using quotes around hte path and startup directories.
I have also tried installing Deluge to C:\Deluge and putting my config files that would normally end up in the roaming folder in C:\Config
Still same error.

Any ideas here?
Rok1
New User
New User
Posts: 2
Joined: Sat Jul 09, 2016 1:42 am

Re: Cannot get Deluged-debug to work with NSSM

Post by Rok1 »

I found a resolution to my problem, thank goodness for google.
http://serverfault.com/questions/58025/ ... erver-2008

i used the part about making a command batch file.
It popped up a box I put in the stuff I normally would, and presto when I do nssm start deluge it works!
Post Reply