File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,11 @@ Description=Captures packets from wire and sends them to Homer
8
8
After =network.target
9
9
10
10
[Service]
11
- WorkingDirectory =/opt/heplify
12
- ExecStart =/opt/heplify/heplify -i any -t af_packet -m SIPRTCP
11
+ ExecStart =/usr/local/bin/heplify -i any -t af_packet -m SIPRTCP
13
12
ExecStop =/bin/kill ${MAINPID}
14
13
Restart =on-failure
15
14
RestartSec =10s
16
15
Type =simple
17
16
18
17
[Install]
19
- WantedBy =multi-user.target
18
+ WantedBy =multi-user.target
Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ license: "AGPLv3"
18
18
bindir : " /usr/local/bin"
19
19
files :
20
20
/tmp/pkg/heplify : " /usr/local/bin/heplify"
21
- # config_files:
21
+ config_files :
22
+ /tmp/pkg/example/heplify.service : " /lib/systemd/system/heplify.service"
22
23
# /tmp/pkg/etc/heplify.toml: "/opt/heplify/heplify.toml"
23
24
# overrides:
24
25
# rpm:
You can’t perform that action at this time.
0 commit comments