commit the backend!!!! 🎉

This commit is contained in:
2020-06-10 11:38:57 -04:00
parent f810c0d393
commit 505e814d8c
9 changed files with 295 additions and 6 deletions
+16
View File
@@ -0,0 +1,16 @@
# /lib/systemd/system/y2k.service
[Unit]
Description=y2k websockets
After=network.target
StartLimitIntervalSec=0
[Service]
Type=simple
Restart=always
RestartSec=1
User=root
ExecStart=/root/y2k/backend/server/socket.sh
[Install]
WantedBy=multi-user.target