diff --git a/.gitattributes b/.gitattributes
index 135fd476ca098b7f45446d5db64111e4b4f3ab36..afc0ed2b7129983e9388a9889ca8422d700590f8 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -5251,6 +5251,7 @@ SubSystems/Online_Cobalt/validation/system/users/login-shell.test -text
 SubSystems/Online_Cobalt/validation/system/users/sudo.test eol=lf
 SubSystems/Online_Cobalt/validation/validate eol=lf
 SubSystems/RAServices/CMakeLists.txt -text
+SubSystems/RAServices/RAServices.ini -text
 SubSystems/SAS_Tools/CMakeLists.txt -text
 /jenkins_make -text
 /lofar_config.h.cmake -text
diff --git a/SubSystems/RAServices/CMakeLists.txt b/SubSystems/RAServices/CMakeLists.txt
index 0b464656737cb4f740e17350db8e95830e7657e4..9d9a8db6af5afce0c67f19f9ac49c5235f255887 100644
--- a/SubSystems/RAServices/CMakeLists.txt
+++ b/SubSystems/RAServices/CMakeLists.txt
@@ -1,4 +1,9 @@
 # $Id: CMakeLists.txt 20934 2012-05-15 09:26:48Z schoenmakers $
 
 lofar_package(RAServices 
-  DEPENDS OTDB_Services)
+  DEPENDS OTDB_Services ResourceAssignmentEditor ResourceAssignmentServices)
+
+# supervisord config files
+install(FILES
+  RAServices.ini
+  DESTINATION etc/supervisord.d)
diff --git a/SubSystems/RAServices/RAServices.ini b/SubSystems/RAServices/RAServices.ini
new file mode 100644
index 0000000000000000000000000000000000000000..af2c78183b2a9a5492841efb2ed22659f5b6633d
--- /dev/null
+++ b/SubSystems/RAServices/RAServices.ini
@@ -0,0 +1,3 @@
+[group:RA_Services]
+programs=ResourceAssignmentEditor,JobsToSchedule
+priority=200