osmo-python-tests/contrib/systemd/osmo-ctrl2cgi.service

14 lines
285 B
Desktop File

[Unit]
Description=Proxy between given GCI service and Osmocom CTRL protocol
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/ctrl2cgi.py -d -c /etc/osmocom/ctrl2cgi.ini
RestartSec=2
[Install]
WantedBy=multi-user.target