Initial commit

This commit is contained in:
2026-07-02 15:56:21 +02:00
commit 4529a3c472
92 changed files with 13593 additions and 0 deletions
@@ -0,0 +1,7 @@
[Unit]
Description=AMDGPU fan control
After=multi-user.target
[Service]
Type=oneshot
ExecStart=/usr/local/bin/amdgpu-fancontrol.sh
@@ -0,0 +1,9 @@
[Unit]
Description=Run AMDGPU fan control periodically
[Timer]
OnBootSec=20s
OnUnitActiveSec=20s
[Install]
WantedBy=timers.target
@@ -0,0 +1,11 @@
[Unit]
Description=Wait for nase.meow to be reachable
After=network-online.target
[Service]
Type=oneshot
ExecStart=/bin/bash -c 'until host files.70b1.de; do sleep 1; done'
TimeoutSec=30
[Install]
WantedBy=multi-user.target
@@ -0,0 +1,11 @@
[Unit]
Description=Increase GPU core and memory clocks
After=multi-user.target
[Service]
Type=oneshot
ExecStart=/usr/local/bin/gpuprofile.sh
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
@@ -0,0 +1,11 @@
[Unit]
Description=Wait for nase.meow to be reachable
After=network-online.target
[Service]
Type=oneshot
ExecStart=/bin/bash -c 'until host nase.meow; do sleep 1; done'
TimeoutSec=30
[Install]
WantedBy=multi-user.target