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

14 lines
284 B
SYSTEMD

[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/osmo_trap2cgi.py -d -c /etc/osmocom/%N.ini
RestartSec=2
[Install]
WantedBy=multi-user.target