summaryrefslogtreecommitdiffstats
path: root/abs/core/runit-scripts/runitscripts/services/mythexport/finish
blob: b7fa7a6e638da2421132b87dd1ad908ed6cbb218 (plain)
1
2
3
4
#!/bin/bash

# runit only knows about the run script wrapper, so kill the daemon ourselves
  kill `pidof -o %PPID -x /usr/bin/mythexport-daemon` >/dev/null 2>&1