blob: 36ff78ba686ddfb4b6ee7312dd46a513a57a668e [file] [log] [blame]
Pau Espin Pedrol4c8a0bd2018-08-29 16:40:39 +02001[Unit]
2Description=Proxy between given GCI service and Osmocom CTRL protocol
3
4[Service]
5Type=simple
6Restart=always
7ExecStart=python3 /usr/bin/ctrl2cgi.py -o -d -c /etc/osmocom/ctrl2cgi.ini
8RestartSec=2
9
10[Install]
11WantedBy=multi-user.target