mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
sysutils/xen: add a guest utilities wrapper; closes #4
This commit is contained in:
@@ -0,0 +1 @@
|
||||
/usr/local/etc/rc.syshook.d/xen.start
|
||||
@@ -0,0 +1,7 @@
|
||||
PLUGIN_NAME= xen
|
||||
PLUGIN_VERSION= 1.0
|
||||
PLUGIN_COMMENT= Xen guest utilities wrapper
|
||||
PLUGIN_DEPENDS= xe-guest-utilities
|
||||
PLUGIN_MAINTAINER= franco@opnsense.org
|
||||
|
||||
.include "../../Mk/plugins.mk"
|
||||
Executable
+5
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
export xenguest_enable="YES"
|
||||
|
||||
/usr/local/etc/rc.d/xenguest start
|
||||
Reference in New Issue
Block a user