osmo-pcap/contrib/systemd/osmo-pcap-server.service

13 lines
219 B
SYSTEMD
Raw Normal View History

[Unit]
Description=PCAP Server for the PCAP aggregation
[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/osmo-pcap-server -c /etc/osmocom/osmo-pcap-server.cfg
RestartSec=2
[Install]
WantedBy=multi-user.target