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: walinuxagent.conf
Close
description "Windows Azure Linux agent" author "Ben Howard <ben.howard@canonical.com>" start on runlevel [2345] stop on runlevel [!2345] pre-start script [ -r /etc/default/walinuxagent ] && . /etc/default/walinuxagent if [ "$WALINUXAGENT_ENABLED" != "1" ]; then stop ; exit 0 fi if [ ! -x /usr/sbin/waagent ]; then stop ; exit 0 fi #Load the udf module modprobe -b udf end script exec /usr/bin/python3 /usr/sbin/waagent -daemon