Files
fusionpbx-config/systemd_custom/sms-inbound.service
T

14 lines
278 B
Desktop File

[Unit]
Description=SignalWire SMS Inbound Consumer (deliver to ext 1001)
After=network.target freeswitch.service
[Service]
Type=simple
ExecStart=/usr/bin/python3 /usr/local/bin/sms-inbound-consumer.py
Restart=always
RestartSec=5
User=root
[Install]
WantedBy=multi-user.target