Skip to content
Snippets Groups Projects
Commit 0aedb254 authored by rswindell's avatar rswindell
Browse files

Replace the activeuserservice.js with a command-line option to fingerservice.js

since activeuserservice.js was just a copy/paste of fingerservice.js to begin
with. Replace the "command" value for the ActiveUser and ActiveUser-UDP
services in ctrl/services.ini with "fingerservice.js -u".
parent c57785a4
Branches
Tags
No related merge requests found
......@@ -62,13 +62,13 @@ Command=mspservice.js
; Active User service
[ActiveUser]
Port=11
Command=activeuserservice.js
Command=fingerservice.js -u
; Active User service
[ActiveUser-UDP]
Port=11
Options=UDP
Command=activeuserservice.js
Command=fingerservice.js -u
; QOTD service
[QOTD]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment