Compare commits

...

5 Commits

5 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
## addswap.sh
## version 1.01
## version 1.01.01
## Quickly add and activate a SWAP file.
## Author: Ze'ev Schurmann

View File

@ -1,6 +1,6 @@
## Use as and integer value in MB (1GB = 1024MB). When free RAM + SWAP
## reaches this value a new SWAP file will be automatically created.
threshold_minimum=512
threshold_minimum=1024
## Use as and integer value in MB (1GB = 1024MB). When a SWAP file is
## created it will be this size. The value is divided by 1024 to get

View File

@ -1,5 +1,5 @@
[Unit]
Description=Auto SWAP Service v1.01 (Bash Version)
Description=Auto SWAP Service v1.01.01 (Bash Version)
[Service]
ExecStart=/autoswap.sh

View File

@ -1,7 +1,7 @@
#!/bin/bash
## autoswap.sh
## version 1.01
## version 1.01.01
## Automatically add and remove SWAP files based on system load.
## Author: Ze'ev Schurmann

View File

@ -1,7 +1,7 @@
#!/bin/bash
## remswap.sh
## version 1.0
## version 1.01.01
## Quickly deactivate and remove a SWAP file.
## Author: Ze'ev Schurmann