Compare commits

...

5 Commits

5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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