Created
June 17, 2018 09:19
-
-
Save provegard/05660b0a18bb73241308f70cecfa728a to your computer and use it in GitHub Desktop.
Systemd boot service for calling notify-up.sh
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=Sends SMS to notify about system coming up | |
After=network.target | |
[Service] | |
ExecStart=/usr/local/bin/notify-up.sh | |
Type=oneshot | |
[Install] | |
WantedBy=default.target |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment