Initial commit
This commit is contained in:
11
systemd-templates/boot-sms.service
Normal file
11
systemd-templates/boot-sms.service
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Send an SMS at system boot
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=oneshot
|
||||
ExecStartPre=/usr/bin/bash PH_DIRECTORY/wait-reaching.sh smsapi.free-mobile.fr
|
||||
ExecStart=PH_DIRECTORY/boot-sms.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user