aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/systemd/osmo-pcap-client.service
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/systemd/osmo-pcap-client.service')
-rw-r--r--contrib/systemd/osmo-pcap-client.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/systemd/osmo-pcap-client.service b/contrib/systemd/osmo-pcap-client.service
new file mode 100644
index 0000000..fd0de75
--- /dev/null
+++ b/contrib/systemd/osmo-pcap-client.service
@@ -0,0 +1,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
+