From 8e100b453dc4e6a34a99cac8750ea5462a81dcc6 Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Thu, 10 Sep 2015 06:23:39 +0000
Subject: [PATCH] A small stub that just called fingerservice.js with the '-u'
 option, for those that already have activeuserservice.js configured in their
 services.ini file, I don't want to break their configuration.

---
 exec/activeuserservice.js | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 exec/activeuserservice.js

diff --git a/exec/activeuserservice.js b/exec/activeuserservice.js
new file mode 100644
index 0000000000..5ec93e3937
--- /dev/null
+++ b/exec/activeuserservice.js
@@ -0,0 +1,4 @@
+// $Id$
+// Small stub for Active User service
+// Just calls the fingerservice with the '-u' option
+load("fingerservice.js", "-u");
\ No newline at end of file
-- 
GitLab