EKHO-13 | justfile

created justfile, added service file
This commit is contained in:
2026-06-20 00:57:46 -04:00
parent fae2cceae2
commit ae02c9dfc0
3 changed files with 73 additions and 1 deletions
+14
View File
@@ -0,0 +1,14 @@
[Unit]
Description=Ekho MOTD Server
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=5
User=
ExecStart=/usr/local/bin/server
WorkingDirectory=/home/
[Install]
WantedBy=multi-user.target