12 lines
243 B
Desktop File
12 lines
243 B
Desktop File
[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
|