Change various filenames.
The shell script previously used to launch the daemon is now called "initscript". The script files have had the ".js" extension removed from their names.
This commit is contained in:
parent
ff0814c7ac
commit
6457f18b36
7 changed files with 1264 additions and 1264 deletions
|
|
@ -1,12 +0,0 @@
|
|||
#!/usr/bin/env node
|
||||
|
||||
var net = require('net');
|
||||
var sockpath = "/var/run/rlgwebd.sock";
|
||||
|
||||
var sock = net.connect(sockpath, function () {
|
||||
sock.on('close', function () {
|
||||
if (process.argv[2] == "debug")
|
||||
console.log("Control socket closed");
|
||||
});
|
||||
sock.write("quit\n");
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue