Added autoswap.sh, autoswap.service and autoswap.conf to swap-management folder. (v1.0)

This commit is contained in:
2024-11-16 19:41:10 +02:00
parent 8872516bb7
commit 5b9cad82b3
4 changed files with 277 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Auto SWAP Service v1.0 (Bash Version)
[Service]
ExecStart=/autoswap.sh
Restart=always
[Install]
WantedBy=multi-user.target