Rename project from system-stats-daemon to systant

- Updated all module names from SystemStatsDaemon to Systant
- Renamed application config from :system_stats_daemon to :systant
- Updated service files and documentation
- Release binary now at _build/prod/rel/systant/bin/systant

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-08-02 17:06:03 -07:00
co-authored by Claude
parent 9d8306a64b
commit 92fc90e3b4
11 changed files with 104 additions and 45 deletions
+8
View File
@@ -0,0 +1,8 @@
defmodule SystantTest do
use ExUnit.Case
doctest Systant
test "greets the world" do
assert Systant.hello() == :world
end
end
-8
View File
@@ -1,8 +0,0 @@
defmodule SystemStatsDaemonTest do
use ExUnit.Case
doctest SystemStatsDaemon
test "greets the world" do
assert SystemStatsDaemon.hello() == :world
end
end