Skip to content

Commit

Permalink
adjust service example to package path
Browse files Browse the repository at this point in the history
  • Loading branch information
lmangani authored Feb 15, 2021
1 parent 78c3e1d commit 8a75d20
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions example/heplify.service
Original file line number Diff line number Diff line change
Expand Up @@ -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
WantedBy=multi-user.target

0 comments on commit 8a75d20

Please sign in to comment.