boot-sms/systemd-templates/boot-sms.service
2022-08-19 13:50:18 +02:00

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