mirror of
https://github.com/myronblair/fusionpbx-config
synced 2026-07-27 12:32:44 -05:00
14 lines
278 B
Desktop File
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
|