mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-08-28 00:11:15 +00:00
initial commit
This commit is contained in:
6
VBLADE/vblade-master/vbladed
Normal file
6
VBLADE/vblade-master/vbladed
Normal file
@@ -0,0 +1,6 @@
|
||||
#! /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" &
|
Reference in New Issue
Block a user