Initial commit

This commit is contained in:
2022-08-19 13:50:18 +02:00
commit 5b3352345c
7 changed files with 84 additions and 0 deletions

View 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