Initial commit

This commit is contained in:
2025-07-02 10:35:14 +02:00
commit 9445b1ff44
5 changed files with 93 additions and 0 deletions

6
deploy Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
sudo cp smartsleep.sh /usr/lib/systemd/system-sleep/
pkill smartsleepd
./smartsleepd &
pgrep smartsleepd