fix subconverter ececutable missing by ElonH

This commit is contained in:
CN_SZTL 2020-02-21 17:27:41 +08:00
parent b3dd9eeb7c
commit 78231924ce
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -6,6 +6,7 @@ USE_PROCD=1
BIN=/etc/subconverter/subconverter
start_service() {
[ ! -e /etc/subconverter/subconverter ] && ln -fs /usr/bin/subconverter /etc/subconverter/subconverter
procd_open_instance
procd_set_param command $BIN
procd_set_param respawn