removed ghost line bug AGAIN, remade makefile, created justfile and servicefile, updated README

This commit is contained in:
2026-04-28 20:14:33 -04:00
parent eb71ae1c51
commit 8d65145c2c
7 changed files with 243 additions and 75 deletions
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=Ekho MOTD Server
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=5
User=USER
ExecStart=/usr/local/bin/ekho_server
WorkingDirectory=/home/USER/.config/ekho
[Install]
WantedBy=multi-user.target