Initial Commit

This commit is contained in:
2021-11-11 16:13:40 -08:00
commit 0645bc876c
28 changed files with 3363 additions and 0 deletions

12
server.service Normal file
View File

@@ -0,0 +1,12 @@
[Unit]
Description=Lasso server
After=network.target
[Service]
Type=simple
Restart=always
RestartSec=1
ExecStart=lasso server
[Install]
WantedBy=multi-user.target