1
0
mirror of https://github.com/ventoy/Ventoy.git synced 2025-01-16 01:03:18 -05:00

7 lines
161 B
Plaintext
Raw Normal View History

2020-04-05 00:07:50 +08:00
#! /bin/sh
# run a vblade daemon using a logger process
# output is directed to syslogd
#
sh -c "`dirname $0`/vblade $* < /dev/null 2>&1 | logger -t vbladed" &