Project

General

Profile

Actions

Howtos - Run D-LAN as a deamon » History » Revision 2

« Previous | Revision 2/4 (diff) | Next »
Greg Burri, 12/16/2012 11:30 AM


Howtos - Run D-LAN as a deamon

Linux

The current version (1.1) doesn't have a init.d script. Despite this, it is easy to launch a detached instance of D-LAN without using tools like screen.

After installing D-LAN you can use this command to register it as a service:

sudo d-lan-core -i [account] [password]

Where account and password are optional parameters.

Then you can run d-lan by just typing:

d-lan-core

You can stop it with d-lan-core -t and know its status with d-lan-core -v.

[TODO: generate password]

Windows

After D-LAN installation is complete, go to Control Panel > Administrative Tools > Services. Open the properties of D-LAN Core and set the Startup type from Manual to Automatic.

Updated by Greg Burri over 11 years ago · 2 revisions