Commit d85db993 authored by Andrea Orlati's avatar Andrea Orlati Committed by GitHub
Browse files

Fix #363: small tweak in scheduler configuration and discos boot up file. (#364)

parent d7d67762
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,10 +26,10 @@
	         MinorServoBossInterface=""
	         ActiveSurfaceBossInterface="IDL:alma/ActiveSurface/NotoActiveSurfaceBoss:1.0"
		 	 CustomLoggerInterface="IDL:alma/Management/CustomLogger:1.0"
	     	 WeatherStationInstance="IDL:alma/Weather/NotoWeatherStation:1.0"	         
	     	 WeatherStationInstance="IDL:alma/Weather/GenericWeatherStation:1.0"	         
	         DefaultBackendInstance="BACKENDS/TotalPower"
	         DefaultDataReceiverInstance="MANAGEMENT/FitsZilla"
	         DefaultProjectCode="euser"
	         DefaultProjectCode="Maintenance"
	         CheckProjectCode="true"
>

+3 −3
Original line number Diff line number Diff line
@@ -136,7 +136,7 @@
            <remoteHost>MASTERHOST</remoteHost>
            <remoteAccount>discos</remoteAccount>
        </container>
        <container>
        <!--container>
            <name>NotoMinorServoContainer</name>
            <type>cpp</type>
            <heapSizeMB></heapSizeMB>
@@ -144,9 +144,9 @@
            <scriptBase>0</scriptBase>
            <remoteHost>MASTERHOST</remoteHost>
            <remoteAccount>discos</remoteAccount>
        </container>
        </container-->
        <container>
            <name>ExternalClientsContainer</name>
            <name>ExternalClientContainer</name>
            <type>cpp</type>
            <heapSizeMB></heapSizeMB>
            <useDedicatedSettings>true</useDedicatedSettings>