Created
July 20, 2019 21:14
-
-
Save b0noI/ef00fc13011a12620ebe4fdadc901e3a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
apt-get install sysstat bc | |
cp ./ashutdown /usr/local/bin/ | |
cp ./ashutdown.service /lib/systemd/system/ | |
systemctl --no-reload --now enable /lib/systemd/system/ashutdown.service |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment