Actions
Howtos - Run D-LAN as a deamon » History » Revision 1
Revision 1/4
| Next »
Greg Burri, 12/16/2012 11:28 AM
Howtos - Run D-LAN as a deamon¶
Linux¶
The current version (1.1) doesn't have a init.d
script although 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 almost 12 years ago · 1 revisions