removed ghost line bug AGAIN, remade makefile, created justfile and servicefile, updated README
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user