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

12 lines
228 B
SYSTEMD

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