diff options
author | Magnus Ahltorp <map@kth.se> | 2017-03-02 12:52:16 +0100 |
---|---|---|
committer | Magnus Ahltorp <map@kth.se> | 2017-03-08 23:23:13 +0100 |
commit | 64daaf148cd59bf19942014bc754992b6bc6d86d (patch) | |
tree | 816bf5c7180283cd43d0c19ef15e2815a097aab6 /statsserver/src/statsserver_app.erl | |
parent | 12e08090358383c5678417ae8929fca1f03ca8bc (diff) |
Rename to statusserver
Diffstat (limited to 'statsserver/src/statsserver_app.erl')
-rw-r--r-- | statsserver/src/statsserver_app.erl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/statsserver/src/statsserver_app.erl b/statsserver/src/statsserver_app.erl deleted file mode 100644 index 6caf2b7..0000000 --- a/statsserver/src/statsserver_app.erl +++ /dev/null @@ -1,13 +0,0 @@ -%%% Copyright (c) 2017, NORDUnet A/S. -%%% See LICENSE for licensing information. - --module(statsserver_app). --behaviour(application). --export([start/2, stop/1]). - -start(normal, Args) -> - statsserver:init_module(), - statsserver_sup:start_link(Args). - -stop(_State) -> - ok. |