Remade makefile, fixed symlink bug in justfile, simplified servicefile, updated README

This commit is contained in:
2026-06-20 21:43:48 -04:00
parent ae02c9dfc0
commit d487590e28
5 changed files with 106 additions and 61 deletions
+3 -3
View File
@@ -6,9 +6,9 @@ After=network.target
Type=simple
Restart=always
RestartSec=5
User=
ExecStart=/usr/local/bin/server
WorkingDirectory=/home/
User=USER
ExecStart=/usr/local/bin/ekho_server
WorkingDirectory=/home/USER/.config/ekho
[Install]
WantedBy=multi-user.target