project reimplemented

This commit is contained in:
2023-01-14 01:01:51 +01:00
parent 9ba01e69d1
commit 9a58d5f118
21 changed files with 196 additions and 363 deletions
+6
View File
@@ -0,0 +1,6 @@
install:
chmod +x ./lc.py
cp lc.service /etc/systemd/system/
systemctl daemon-reload
systemctl enable --now lc.service
systemctl restart lc