OXIESEC PANEL
- Current Dir:
/
/
etc
/
init
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
01/22/2024 08:17:32 AM
rwxr-xr-x
📄
ephemeral-disk-warning.conf
1.87 KB
05/23/2019 09:15:53 PM
rw-r--r--
📄
hv-fcopy-daemon.conf
674 bytes
10/05/2020 02:32:15 PM
rw-r--r--
📄
hv-kvp-daemon.conf
662 bytes
10/05/2020 02:32:15 PM
rw-r--r--
📄
hv-vss-daemon.conf
665 bytes
10/05/2020 02:32:15 PM
rw-r--r--
📄
mysql.conf
1.72 KB
01/12/2018 10:57:39 AM
rw-r--r--
📄
walinuxagent.conf
481 bytes
05/23/2019 09:15:53 PM
rw-r--r--
Editing: hv-fcopy-daemon.conf
Close
# On Azure/Hyper-V systems start the hv_fcopy_daemon # description "Hyper-V File Copy Protocol Daemon" author "Andy Whitcroft <apw@canonical.com>" start on runlevel [2345] stop on runlevel [!2345] console log pre-start script if [ -e "/etc/default/hv-kvp-daemon-init" ]; then . /etc/default/hv-kvp-daemon-init fi [ "$RUN_FCOPY_DAEMON" -eq 0 ] && { stop; exit 0; } if [ -d /sys/class/dmi/id/. ]; then read company </sys/class/dmi/id/sys_vendor read product </sys/class/dmi/id/product_name [ "$company:$product" = 'Microsoft Corporation:Virtual Machine' ] || { stop; exit 0; } fi end script exec /usr/sbin/hv_fcopy_daemon -n