aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-pcap-client.service
blob: fd0de757fd7eda8d89ab7bae6f16dcedd9c9d7f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=PCAP Client for the PCAP aggregation

[Service]
Type=simple
Restart=always
ExecStart=/usr/bin/osmo-pcap-client -c /etc/osmocom/osmo-pcap-client.cfg
RestartSec=2

[Install]
WantedBy=multi-user.target