Created
July 20, 2019 21:10
-
-
Save b0noI/dc72882ce842c7d249d9428383be7676 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
| [Unit] | |
| Description=Auto Shutdown | |
| [Service] | |
| Type=simple | |
| ExecStart=/usr/local/bin/ashutdown | |
| PIDFile=/run/ashutdown.pid | |
| Restart=always | |
| [Install] | |
| WantedBy=multi-user.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment