initial commit of file from CVS for e-smith-cvm-unix-local on Wed 12 Jul 08:50:15 BST 2023
This commit is contained in:
@@ -0,0 +1 @@
|
||||
localhost
|
@@ -0,0 +1 @@
|
||||
enabled
|
1
root/etc/e-smith/db/configuration/defaults/cvm-unix/type
Normal file
1
root/etc/e-smith/db/configuration/defaults/cvm-unix/type
Normal file
@@ -0,0 +1 @@
|
||||
service
|
7
root/etc/e-smith/db/configuration/migrate/cvm-unix
Normal file
7
root/etc/e-smith/db/configuration/migrate/cvm-unix
Normal file
@@ -0,0 +1,7 @@
|
||||
{
|
||||
my $cvm = $DB->get_prop('cvm-unix', 'status');
|
||||
return unless defined $cvm;
|
||||
$DB->set_prop('cvm-unix', 'status', 'enabled') unless $cvm eq "enabled";
|
||||
|
||||
}
|
||||
|
4
root/etc/e-smith/templates/etc/rsyslog.conf/32cvm
Normal file
4
root/etc/e-smith/templates/etc/rsyslog.conf/32cvm
Normal file
@@ -0,0 +1,4 @@
|
||||
#cvm
|
||||
:programname, startswith, "cvm" /var/log/cvm/cvm.log
|
||||
& stop
|
||||
|
@@ -0,0 +1,3 @@
|
||||
|
||||
enable cvm-unix.service
|
||||
|
Reference in New Issue
Block a user