Skip to content

Instantly share code, notes, and snippets.

@provegard
Created June 17, 2018 09:19
Embed
What would you like to do?
Systemd boot service for calling notify-up.sh
[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