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
No related branches found
No related tags found
No related merge requests found
...@@ -62,13 +62,13 @@ Command=mspservice.js ...@@ -62,13 +62,13 @@ Command=mspservice.js
; Active User service ; Active User service
[ActiveUser] [ActiveUser]
Port=11 Port=11
Command=activeuserservice.js Command=fingerservice.js -u
; Active User service ; Active User service
[ActiveUser-UDP] [ActiveUser-UDP]
Port=11 Port=11
Options=UDP Options=UDP
Command=activeuserservice.js Command=fingerservice.js -u
; QOTD service ; QOTD service
[QOTD] [QOTD]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment