Initial version

This commit is contained in:
2025-06-21 15:17:22 +02:00
commit fa6dfec4b5
2 changed files with 12 additions and 0 deletions

7
hidedisks.service Normal file
View File

@ -0,0 +1,7 @@
[Unit]
Description=Hide some disks at startup
[Service]
Type=simple
ExecStart=bash /home/bazzite/.hidedisks/hidedisks.sh
[Install]
WantedBy=multi-user.target