From 8a75d2026a43e918cf83698ecda00c4e953ee9be Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Mon, 15 Feb 2021 15:48:03 +0100 Subject: [PATCH] adjust service example to package path --- example/heplify.service | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/example/heplify.service b/example/heplify.service index 10e0dfb..f92368f 100644 --- a/example/heplify.service +++ b/example/heplify.service @@ -8,12 +8,11 @@ Description=Captures packets from wire and sends them to Homer After=network.target [Service] -WorkingDirectory=/opt/heplify -ExecStart=/opt/heplify/heplify -i any -t af_packet -m SIPRTCP +ExecStart=/usr/local/bin/heplify -i any -t af_packet -m SIPRTCP ExecStop=/bin/kill ${MAINPID} Restart=on-failure RestartSec=10s Type=simple [Install] -WantedBy=multi-user.target \ No newline at end of file +WantedBy=multi-user.target