aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-pcap-server.service
blob: 3094fc422e3411852b344ed31953d27fd7c0774e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[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