first commit

This commit is contained in:
root
2023-06-22 15:30:22 +02:00
commit 4d9979354c
3294 changed files with 445677 additions and 0 deletions

9
tools/hype.service Normal file
View File

@@ -0,0 +1,9 @@
[Unit]
Description= Hype service
After=multi-user.target
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/python3 /etc/hype.py
[Install]
WantedBy=multi-user.target